]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[pre-commit.ci] pre-commit autoupdate (#1716)
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sun, 2 Oct 2022 14:03:21 +0000 (07:03 -0700)
committerGitHub <noreply@github.com>
Sun, 2 Oct 2022 14:03:21 +0000 (07:03 -0700)
.pre-commit-config.yaml

index 795faee4093fdb40e06b3b60ff6ca48a57c83bb3..bbca538fb3b31043382ee533e4361054e2d1a7fb 100644 (file)
@@ -14,11 +14,11 @@ repos:
         args: ["--application-directories", "src"]
         additional_dependencies: ["setuptools>60.9"]
   - repo: https://github.com/psf/black
-    rev: 22.6.0
+    rev: 22.8.0
     hooks:
       - id: black
   - repo: https://github.com/PyCQA/flake8
-    rev: 5.0.2
+    rev: 5.0.4
     hooks:
       - id: flake8
         additional_dependencies: [flake8-bugbear]