Skip to content

Commit aecaa9d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.12.0](psf/black-pre-commit-mirror@24.10.0...25.12.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent 3155d14 commit aecaa9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ default_language_version:
55
python: python3
66

77
repos:
8-
- repo: https://github.com/psf/black
9-
rev: 24.10.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 25.12.0
1010
hooks:
1111
- id: black
1212
language_version: python3
1313
args: ["--target-version", "py38"]
1414
- repo: https://github.com/adamchainz/blacken-docs
15-
rev: 1.19.1
15+
rev: 1.20.0
1616
hooks:
1717
- id: blacken-docs
1818
additional_dependencies: [black==23.9.1]
1919
- repo: https://github.com/pycqa/isort
2020
# isort config is in setup.cfg
21-
rev: 5.13.2
21+
rev: 7.0.0
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/pycqa/flake8
2525
# flake8 config is in setup.cfg
26-
rev: 7.1.1
26+
rev: 7.3.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies:

0 commit comments

Comments
 (0)