Skip to content

Commit 595900a

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.3](asottile/pyupgrade@v2.29.0...v2.37.3) - [github.com/asottile/reorder_python_imports: v2.6.0 → v3.8.2](asottile/reorder-python-imports@v2.6.0...v3.8.2) - [github.com/asottile/setup-cfg-fmt: v1.19.0 → v2.0.0](asottile/setup-cfg-fmt@v1.19.0...v2.0.0) - [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.4.0](nbQA-dev/nbQA@1.1.1...1.4.0) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.1](adamchainz/blacken-docs@v1.11.0...v1.12.1) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/PyCQA/doc8: 0.9.1 → v1.0.0](PyCQA/doc8@0.9.1...v1.0.0) - [github.com/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48)
1 parent aef4bbf commit 595900a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 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,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: v2.37.3
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.2
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.0.0
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.4.0
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]
6060
- repo: https://github.com/PyCQA/flake8
61-
rev: 4.0.1
61+
rev: 5.0.4
6262
hooks:
6363
- id: flake8
6464
types: [python]
@@ -77,7 +77,7 @@ repos:
7777
Pygments,
7878
]
7979
- repo: https://github.com/PyCQA/doc8
80-
rev: 0.9.1
80+
rev: v1.0.0
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)