Skip to content

Commit e3a6142

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.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 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent 3155d14 commit e3a6142

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
@@ -6,24 +6,24 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 24.10.0
9+
rev: 25.1.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: 6.0.1
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)