]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[pre-commit.ci] pre-commit autoupdate 1492/head
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Mon, 6 Sep 2021 19:09:13 +0000 (19:09 +0000)
committerGitHub <noreply@github.com>
Mon, 6 Sep 2021 19:09:13 +0000 (19:09 +0000)
updates:
- [github.com/asottile/pyupgrade: v2.23.1 → v2.25.0](https://github.com/asottile/pyupgrade/compare/v2.23.1...v2.25.0)
- [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0...21.8b0)

.pre-commit-config.yaml

index 3cc2aa32bb3bc4de8d53756766577544338b7996..26ac812d3c505211153d21199e0d432ae22657e0 100644 (file)
@@ -2,7 +2,7 @@ ci:
   autoupdate_schedule: monthly
 repos:
   - repo: https://github.com/asottile/pyupgrade
-    rev: v2.23.1
+    rev: v2.25.0
     hooks:
       - id: pyupgrade
         args: ["--py36-plus"]
@@ -12,7 +12,7 @@ repos:
       - id: reorder-python-imports
         args: ["--application-directories", "src"]
   - repo: https://github.com/psf/black
-    rev: 21.7b0
+    rev: 21.8b0
     hooks:
       - id: black
   - repo: https://github.com/PyCQA/flake8