Skip to content

Commit d876cd5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0) - [github.com/asottile/pyupgrade: v2.26.0 → v3.19.1](asottile/pyupgrade@v2.26.0...v3.19.1) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.6.0 → v3.14.0](asottile/reorder-python-imports@v2.6.0...v3.14.0) - [github.com/psf/black: 22.3.0 → 25.1.0](psf/black@22.3.0...25.1.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.19.1](adamchainz/blacken-docs@v1.12.1...1.19.1) - [github.com/PyCQA/flake8: 3.9.2 → 7.1.1](PyCQA/flake8@3.9.2...7.1.1) - [github.com/PyCQA/doc8: 0.9.0 → v1.1.2](PyCQA/doc8@0.9.0...v1.1.2)
1 parent 91e8a19 commit d876cd5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -10,25 +10,25 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.26.0
13+
rev: v3.19.1
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py36-plus]
17-
- repo: https://github.com/asottile/reorder_python_imports
18-
rev: v2.6.0
17+
- repo: https://github.com/asottile/reorder-python-imports
18+
rev: v3.14.0
1919
hooks:
2020
- id: reorder-python-imports
2121
- repo: https://github.com/psf/black
22-
rev: 22.3.0
22+
rev: 25.1.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: v1.12.1
26+
rev: 1.19.1
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies: [black]
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 3.9.2
31+
rev: 7.1.1
3232
hooks:
3333
- id: flake8
3434
additional_dependencies: [
@@ -47,7 +47,7 @@ repos:
4747
Pygments,
4848
]
4949
- repo: https://github.com/PyCQA/doc8
50-
rev: 0.9.0
50+
rev: v1.1.2
5151
hooks:
5252
- id: doc8
5353
# - repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)