]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[pre-commit.ci] pre-commit autoupdate 1868/head
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Tue, 4 Jul 2023 06:36:57 +0000 (06:36 +0000)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 06:36:57 +0000 (06:36 +0000)
updates:
- [github.com/asottile/pyupgrade: v3.7.0 → v3.8.0](https://github.com/asottile/pyupgrade/compare/v3.7.0...v3.8.0)

.pre-commit-config.yaml

index 37bd4c6351e34ea5afcf98624b8781b3b83d8f2e..a53725cee406e4452226c3c1f373cb86e57aab8f 100644 (file)
@@ -3,7 +3,7 @@ ci:
   autoupdate_schedule: monthly
 repos:
   - repo: https://github.com/asottile/pyupgrade
-    rev: v3.7.0
+    rev: v3.8.0
     hooks:
       - id: pyupgrade
         args: ["--py37-plus"]