]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[pre-commit.ci] pre-commit autoupdate 1831/head
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Tue, 4 Apr 2023 06:32:14 +0000 (06:32 +0000)
committerGitHub <noreply@github.com>
Tue, 4 Apr 2023 06:32:14 +0000 (06:32 +0000)
updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)

.pre-commit-config.yaml

index a6188279ac8b2bb7094e4872155d47b87b316cb5..6834a669e8b2281aee49e2666e27bc22d7484f50 100644 (file)
@@ -14,7 +14,7 @@ repos:
         args: ["--application-directories", "src"]
         additional_dependencies: ["setuptools>60.9"]
   - repo: https://github.com/psf/black
-    rev: 23.1.0
+    rev: 23.3.0
     hooks:
       - id: black
   - repo: https://github.com/PyCQA/flake8