]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[pre-commit.ci] pre-commit autoupdate 1411/head
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Mon, 3 May 2021 17:22:40 +0000 (17:22 +0000)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 17:22:40 +0000 (17:22 +0000)
updates:
- [github.com/asottile/pyupgrade: v2.13.0 → v2.14.0](https://github.com/asottile/pyupgrade/compare/v2.13.0...v2.14.0)
- [github.com/psf/black: 21.4b0 → 21.4b2](https://github.com/psf/black/compare/21.4b0...21.4b2)

.pre-commit-config.yaml

index 61885e5076d915aea0a45e1a4a8b6480b0934de2..314dcdbe33d494cfec006548728dac33a8821136 100644 (file)
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/asottile/pyupgrade
-    rev: v2.13.0
+    rev: v2.14.0
     hooks:
       - id: pyupgrade
         args: ["--py36-plus"]
@@ -10,7 +10,7 @@ repos:
       - id: reorder-python-imports
         args: ["--application-directories", "src"]
   - repo: https://github.com/psf/black
-    rev: 21.4b0
+    rev: 21.4b2
     hooks:
       - id: black
   - repo: https://github.com/PyCQA/flake8