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 a51fb7a commit 0b22cd7Copy full SHA for 0b22cd7
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: check-ast
10
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v3.17.0
+ rev: v3.19.1
13
hooks:
14
- id: pyupgrade
15
@@ -19,12 +19,12 @@ repos:
19
- id: flake8
20
21
- repo: https://github.com/psf/black
22
- rev: 24.8.0
+ rev: 25.1.0
23
24
- id: black
25
26
- repo: https://github.com/pycqa/isort
27
- rev: 5.13.2
+ rev: 6.0.0
28
29
- id: isort
30
name: isort (python)
0 commit comments