We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1ab52b + c7c268b commit c4016ddCopy full SHA for c4016dd
1 file changed
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: check-merge-conflict
12
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.9.0
+ rev: v3.10.1
15
hooks:
16
- id: pyupgrade
17
args: [--py310-plus]
@@ -35,7 +35,7 @@ repos:
35
args: ["--profile", "black"]
36
37
- repo: https://github.com/PyCQA/flake8
38
- rev: 6.0.0
+ rev: 6.1.0
39
40
- id: flake8
41
args:
0 commit comments