]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[pre-commit.ci] pre-commit autoupdate
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Mon, 25 Jan 2021 16:41:12 +0000 (16:41 +0000)
committerDavid Lord <davidism@gmail.com>
Sun, 31 Jan 2021 06:56:23 +0000 (22:56 -0800)
.pre-commit-config.yaml

index a982b5f0a01d792f5ec443e29f5a909c77db58ee..a721ac52654b2d1dbc55a54fdc39532197993043 100644 (file)
@@ -1,25 +1,25 @@
 repos:
   - repo: https://github.com/asottile/pyupgrade
-    rev: v1.26.2
+    rev: v2.7.4
     hooks:
       - id: pyupgrade
         args: ["--py36-plus"]
   - repo: https://github.com/asottile/reorder_python_imports
-    rev: v1.9.0
+    rev: v2.3.6
     hooks:
       - id: reorder-python-imports
         args: ["--application-directories", "src"]
-  - repo: https://github.com/ambv/black
-    rev: 19.10b0
+  - repo: https://github.com/psf/black
+    rev: 20.8b1
     hooks:
       - id: black
   - repo: https://gitlab.com/pycqa/flake8
-    rev: 3.7.9
+    rev: 3.8.4
     hooks:
       - id: flake8
         additional_dependencies: [flake8-bugbear]
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v2.4.0
+    rev: v3.4.0
     hooks:
       - id: check-byte-order-marker
       - id: trailing-whitespace