Skip to content

Commit fe2adb9

Browse files
[pre-commit.ci] auto-update pre-commit tooling
for more information, see https://pre-commit.ci updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.10.0 → 25.12.0](psf/black-pre-commit-mirror@22.10.0...25.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.3.0](PyCQA/flake8@5.0.4...7.3.0) - [github.com/PyCQA/isort: 5.10.1 → 7.0.0](PyCQA/isort@5.10.1...7.0.0)
1 parent 45cd8a0 commit fe2adb9

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
repos:
2-
- repo: https://github.com/psf/black
2+
- repo: https://github.com/psf/black-pre-commit-mirror
33
# black config is in pyproject.toml
4-
rev: 22.10.0
4+
rev: 25.12.0
55
hooks:
66
- id: black
77
language_version: python3.8
88
- repo: https://github.com/PyCQA/flake8
99
# flake8 config is in setup.cfg
10-
rev: 5.0.4
10+
rev: 7.3.0
1111
hooks:
1212
- id: flake8
1313
language_version: python3.8
1414
- repo: https://github.com/PyCQA/isort
1515
# isort config is in pyproject.toml
16-
rev: 5.10.1
16+
rev: 7.0.0
1717
hooks:
1818
- id: isort
1919
language_version: python3.8

0 commit comments

Comments
 (0)