Skip to content

Commit 5b2432b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/collective/zpretty: 3.1.1 → 4.0.0](collective/zpretty@3.1.1...4.0.0) - [github.com/mgedmin/check-python-versions: 0.24.0 → 0.24.2](mgedmin/check-python-versions@0.24.0...0.24.2)
1 parent 2d23713 commit 5b2432b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ repos:
1212
- id: pyupgrade
1313
args: [--py310-plus]
1414
- repo: https://github.com/pycqa/isort
15-
rev: 8.0.1
15+
rev: 9.0.0a3
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/psf/black-pre-commit-mirror
1919
rev: 26.3.1
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/collective/zpretty
23-
rev: 3.1.1
23+
rev: 4.0.0
2424
hooks:
2525
- id: zpretty
2626

@@ -66,7 +66,7 @@ repos:
6666
hooks:
6767
- id: pyroma
6868
- repo: https://github.com/mgedmin/check-python-versions
69-
rev: "0.24.0"
69+
rev: "0.24.2"
7070
hooks:
7171
- id: check-python-versions
7272
args: ['--only', 'setup.py,tox.ini']

0 commit comments

Comments
 (0)