We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90ea64b + 7b8103b commit 3b8fabbCopy full SHA for 3b8fabb
.pre-commit-config.yaml
@@ -1,17 +1,17 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.15.0
+ rev: v3.17.0
4
hooks:
5
- id: pyupgrade
6
args: ["--py36-plus"]
7
8
- repo: https://github.com/psf/black
9
- rev: 24.1.1
+ rev: 24.8.0
10
11
- id: black
12
13
- repo: https://github.com/PyCQA/flake8
14
- rev: 7.0.0
+ rev: 7.1.1
15
16
- id: flake8
17
@@ -21,7 +21,7 @@ repos:
21
- id: yesqa
22
23
- repo: https://github.com/pre-commit/pre-commit-hooks
24
- rev: v4.5.0
+ rev: v4.6.0
25
26
- id: check-merge-conflict
27
- id: check-toml
0 commit comments