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.
1 parent bb57db6 commit 4889d3eCopy full SHA for 4889d3e
.pre-commit-config.yaml
@@ -1,17 +1,17 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.17.0
+ rev: v3.20.0
4
hooks:
5
- id: pyupgrade
6
args: ["--py36-plus"]
7
8
- repo: https://github.com/psf/black
9
- rev: 24.8.0
+ rev: 25.1.0
10
11
- id: black
12
13
- repo: https://github.com/PyCQA/flake8
14
- rev: 7.1.1
+ rev: 7.2.0
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.6.0
+ rev: v5.0.0
25
26
- id: check-merge-conflict
27
- id: check-toml
0 commit comments