Skip to content

Commit 7bc1b37

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent a88923d commit 7bc1b37

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 6.0.1
3+
rev: 6.1.0
44
hooks:
55
- id: isort
66
language_version: python3
@@ -10,8 +10,8 @@ repos:
1010
- id: pyupgrade
1111
args:
1212
- --py38-plus
13-
- repo: https://github.com/psf/black
14-
rev: 25.1.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.9.0
1515
hooks:
1616
- id: black
1717
language_version: python3
@@ -21,7 +21,7 @@ repos:
2121
- id: flake8
2222
language_version: python3
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.17.1
24+
rev: v1.18.2
2525
hooks:
2626
- id: mypy
2727
# Override default --ignore-missing-imports

0 commit comments

Comments
 (0)