Skip to content

Commit 9eb1ad4

Browse files
[pre-commit.ci] pre-commit autoupdate (#135)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent affc02a commit 9eb1ad4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
exclude: 'docs/source/conf.py|versioneer.py'
22

33
repos:
4-
- repo: https://github.com/psf/black
5-
rev: 25.1.0
4+
- repo: https://github.com/psf/black-pre-commit-mirror
5+
rev: 25.9.0
66
hooks:
77
- id: black
88
- repo: https://github.com/PyCQA/flake8
9-
rev: 7.2.0
9+
rev: 7.3.0
1010
hooks:
1111
- id: flake8
1212
- repo: https://github.com/asottile/seed-isort-config
1313
rev: v2.2.0
1414
hooks:
1515
- id: seed-isort-config
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 6.0.1
17+
rev: 7.0.0
1818
hooks:
1919
- id: isort

0 commit comments

Comments
 (0)