8000
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 4455252 + f61c1e1 commit 97fe1dbCopy full SHA for 97fe1db
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.15.2
+ rev: v3.16.0
4
hooks:
5
- id: pyupgrade
6
args: [--py39-plus]
7
8
- repo: https://github.com/psf/black-pre-commit-mirror
9
- rev: 24.3.0
+ rev: 24.4.2
10
11
- id: black
12
args: [--target-version=py39]
@@ -17,7 +17,7 @@ repos:
17
- id: isort
18
19
- repo: https://github.com/PyCQA/flake8
20
- rev: 7.0.0
+ rev: 7.1.0
21
22
- id: flake8
23
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
@@ -28,7 +28,7 @@ repos:
28
- id: python-check-blanket-noqa
29
30
- repo: https://github.com/pre-commit/pre-commit-hooks
31
- rev: v4.5.0
+ rev: v4.6.0
32
33
- id: check-merge-conflict
34
- id: check-json
0 commit comments