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 e6dc788Copy full SHA for e6dc788
.pre-commit-config.yaml
@@ -9,22 +9,22 @@ 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
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 7.1.1
+ rev: 7.2.0
18
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.1
28
29
- id: isort
30
name: isort (python)
0 commit comments