Skip to content

Commit e2ce8d6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0) - [github.com/asottile/pyupgrade: v2.29.0 → v2.37.1](asottile/pyupgrade@v2.29.0...v2.37.1) - [github.com/asottile/reorder_python_imports: v2.6.0 → v3.8.1](asottile/reorder-python-imports@v2.6.0...v3.8.1) - [github.com/asottile/setup-cfg-fmt: v1.19.0 → v1.20.1](asottile/setup-cfg-fmt@v1.19.0...v1.20.1) - [github.com/psf/black: 21.10b0 → 22.6.0](psf/black@21.10b0...22.6.0) - [github.com/nbQA-dev/nbQA: 1.1.1 → 1.3.1](nbQA-dev/nbQA@1.1.1...1.3.1) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.1](adamchainz/blacken-docs@v1.11.0...v1.12.1) - [github.com/PyCQA/doc8: 0.9.1 → 0.11.2](PyCQA/doc8@0.9.1...0.11.2) - [github.com/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48)
1 parent aef4bbf commit e2ce8d6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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.3.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -28,32 +28,32 @@ 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: v2.37.1
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py36-plus]
3535
- repo: https://github.com/asottile/reorder_python_imports
36-
rev: v2.6.0
36+
rev: v3.8.1
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: v1.20.1
4242
hooks:
4343
- id: setup-cfg-fmt
4444
- repo: https://github.com/psf/black
45-
rev: 21.10b0
45+
rev: 22.6.0
4646
hooks:
4747
- id: black
4848
types: [python]
4949
- repo: https://github.com/nbQA-dev/nbQA
50-
rev: 1.1.1
50+
rev: 1.3.1
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: v1.12.1
5757
hooks:
5858
- id: blacken-docs
5959
additional_dependencies: [black]
@@ -77,7 +77,7 @@ repos:
7777
Pygments,
7878
]
7979
- repo: https://github.com/PyCQA/doc8
80-
rev: 0.9.1
80+
rev: 0.11.2
8181
hooks:
8282
- id: doc8
8383
- repo: https://github.com/econchick/interrogate
@@ -86,7 +86,7 @@ repos:
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.48"
9090
hooks:
9191
- id: check-manifest
9292
- repo: meta

0 commit comments

Comments
 (0)