Skip to content

Commit 727dcf3

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: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.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: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0)
1 parent 9db449c commit 727dcf3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ default_language_version:
22
python: python3
33

44
repos:
5-
- repo: https://github.com/psf/black
6-
rev: 25.1.0
5+
- repo: https://github.com/psf/black-pre-commit-mirror
6+
rev: 25.11.0
77
hooks:
88
- id: black
99
language_version: python3
1010
args: ["--target-version", "py38"]
1111
- repo: https://github.com/adamchainz/blacken-docs
12-
rev: 1.19.1
12+
rev: 1.20.0
1313
hooks:
1414
- id: blacken-docs
1515
additional_dependencies: [black==25.1.0]
1616
- repo: https://github.com/pycqa/isort
1717
# isort config is in setup.cfg
18-
rev: 6.0.1
18+
rev: 7.0.0
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/pycqa/flake8

0 commit comments

Comments
 (0)