]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[pre-commit.ci] pre-commit autoupdate (#1748)
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Tue, 1 Nov 2022 13:53:00 +0000 (06:53 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2022 13:53:00 +0000 (06:53 -0700)
.pre-commit-config.yaml

index 9c9ab1e9aaeb5576eb6542e91c48c4a0f7a8a501..2695070e3f352dfd9a4e98d00de8c9fdef83b6f8 100644 (file)
@@ -3,12 +3,12 @@ ci:
   autoupdate_schedule: monthly
 repos:
   - repo: https://github.com/asottile/pyupgrade
-    rev: v3.1.0
+    rev: v3.2.0
     hooks:
       - id: pyupgrade
         args: ["--py37-plus"]
   - repo: https://github.com/asottile/reorder_python_imports
-    rev: v3.8.4
+    rev: v3.9.0
     hooks:
       - id: reorder-python-imports
         args: ["--application-directories", "src"]