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 882d11a + c508858 commit 58ef9ccCopy full SHA for 58ef9cc
1 file changed
.pre-commit-config.yaml
@@ -12,15 +12,15 @@ repos:
12
- id: pyupgrade
13
args: [--py310-plus]
14
- repo: https://github.com/pycqa/isort
15
- rev: 8.0.1
+ rev: 9.0.0a3
16
hooks:
17
- id: isort
18
- repo: https://github.com/psf/black-pre-commit-mirror
19
rev: 26.3.1
20
21
- id: black
22
- repo: https://github.com/collective/zpretty
23
- rev: 3.1.1
+ rev: 4.0.0
24
25
- id: zpretty
26
@@ -66,7 +66,7 @@ repos:
66
67
- id: pyroma
68
- repo: https://github.com/mgedmin/check-python-versions
69
- rev: "0.24.0"
+ rev: "0.24.2"
70
71
- id: check-python-versions
72
args: ['--only', 'setup.py,tox.ini']
0 commit comments