Skip to content

Commit 6dc6d58

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/PyCQA/autoflake: v2.0.0 → v2.3.1](PyCQA/autoflake@v2.0.0...v2.3.1) - [github.com/pycqa/isort: 5.10.1 → 7.0.0](PyCQA/isort@5.10.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.10.0 → 25.11.0](psf/black-pre-commit-mirror@22.10.0...25.11.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.20.0](adamchainz/blacken-docs@v1.12.1...1.20.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0)
1 parent 68045dd commit 6dc6d58

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py|manage\.template$'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -18,7 +18,7 @@ repos:
1818
args: ['--fix=lf']
1919

2020
- repo: https://github.com/PyCQA/autoflake
21-
rev: v2.0.0
21+
rev: v2.3.1
2222
hooks:
2323
- id: autoflake
2424
args: [
@@ -28,24 +28,24 @@ repos:
2828
]
2929

3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.10.1
31+
rev: 7.0.0
3232
hooks:
3333
- id: isort
3434

35-
- repo: https://github.com/psf/black
36-
rev: 22.10.0
35+
- repo: https://github.com/psf/black-pre-commit-mirror
36+
rev: 25.11.0
3737
hooks:
3838
- id: black
3939
language_version: python3
4040

4141
- repo: https://github.com/asottile/blacken-docs
42-
rev: v1.12.1
42+
rev: 1.20.0
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black]
4646

4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 6.0.0
48+
rev: 7.3.0
4949
hooks:
5050
- id: flake8
5151
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)