Skip to content

Commit 8230cac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/asottile/pyupgrade: v2.29.0 → v3.16.0](asottile/pyupgrade@v2.29.0...v3.16.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.6.0 → v3.13.0](asottile/reorder-python-imports@v2.6.0...v3.13.0) - [github.com/asottile/setup-cfg-fmt: v1.19.0 → v2.5.0](asottile/setup-cfg-fmt@v1.19.0...v2.5.0) - [github.com/psf/black: 21.10b0 → 24.4.2](psf/black@21.10b0...24.4.2) - [github.com/nbQA-dev/nbQA: 1.1.1 → 1.8.5](nbQA-dev/nbQA@1.1.1...1.8.5) - [github.com/asottile/blacken-docs: v1.11.0 → 1.18.0](adamchainz/blacken-docs@v1.11.0...1.18.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.0](PyCQA/flake8@4.0.1...7.1.0) - [github.com/PyCQA/doc8: 0.9.1 → v1.1.1](PyCQA/doc8@0.9.1...v1.1.1) - [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0) - [github.com/mgedmin/check-manifest: 0.47 → 0.49](mgedmin/check-manifest@0.47...0.49)
1 parent aef4bbf commit 8230cac

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 13 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: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -17,7 +17,7 @@ repos:
1717
args: [--branch, main]
1818
- id: trailing-whitespace
1919
- repo: https://github.com/pre-commit/pygrep-hooks
20-
rev: v1.9.0
20+
rev: v1.10.0
2121
hooks:
2222
- id: python-check-blanket-noqa
2323
- id: python-check-mock-methods
@@ -28,37 +28,37 @@ repos:
2828
- id: rst-inline-touching-normal
2929
- id: text-unicode-replacement-char
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.29.0
31+
rev: v3.16.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py36-plus]
35-
- repo: https://github.com/asottile/reorder_python_imports
36-
rev: v2.6.0
35+
- repo: https://github.com/asottile/reorder-python-imports
36+
rev: v3.13.0
3737
hooks:
3838
- id: reorder-python-imports
3939
types: [python]
4040
- repo: https://github.com/asottile/setup-cfg-fmt
41-
rev: v1.19.0
41+
rev: v2.5.0
4242
hooks:
4343
- id: setup-cfg-fmt
4444
- repo: https://github.com/psf/black
45-
rev: 21.10b0
45+
rev: 24.4.2
4646
hooks:
4747
- id: black
4848
types: [python]
4949
- repo: https://github.com/nbQA-dev/nbQA
50-
rev: 1.1.1
50+
rev: 1.8.5
5151
hooks:
5252
- id: nbqa-black
5353
- id: nbqa-pyupgrade
5454
- id: nbqa-isort
5555
- repo: https://github.com/asottile/blacken-docs
56-
rev: v1.11.0
56+
rev: 1.18.0
5757
hooks:
5858
- id: blacken-docs
5959
additional_dependencies: [black]
6060
- repo: https://github.com/PyCQA/flake8
61-
rev: 4.0.1
61+
rev: 7.1.0
6262
hooks:
6363
- id: flake8
6464
types: [python]
@@ -77,16 +77,16 @@ repos:
7777
Pygments,
7878
]
7979
- repo: https://github.com/PyCQA/doc8
80-
rev: 0.9.1
80+
rev: v1.1.1
8181
hooks:
8282
- id: doc8
8383
- repo: https://github.com/econchick/interrogate
84-
rev: 1.5.0
84+
rev: 1.7.0
8585
hooks:
8686
- id: interrogate
8787
args: [-v, --fail-under=25, src, tests]
8888
- repo: https://github.com/mgedmin/check-manifest
89-
rev: "0.47"
89+
rev: "0.49"
9090
hooks:
9191
- id: check-manifest
9292
- repo: meta

0 commit comments

Comments
 (0)