Skip to content

Commit 3a8c054

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.21.2 → v2.26.0](asottile/pyupgrade@v2.21.2...v2.26.0) - [github.com/asottile/reorder_python_imports: v2.5.0 → v2.6.0](asottile/reorder-python-imports@v2.5.0...v2.6.0) - [github.com/psf/black: 21.7b0 → 21.9b0](psf/black@21.7b0...21.9b0) - [github.com/asottile/blacken-docs: v1.10.0 → v1.11.0](adamchainz/blacken-docs@v1.10.0...v1.11.0) - [github.com/econchick/interrogate: 1.4.0 → 1.5.0](econchick/interrogate@1.4.0...1.5.0)
1 parent 2a6bfbf commit 3a8c054

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ repos:
3030
- id: rst-inline-touching-normal
3131
- id: text-unicode-replacement-char
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.21.2
33+
rev: v2.26.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py36-plus]
3737
- repo: https://github.com/asottile/reorder_python_imports
38-
rev: v2.5.0
38+
rev: v2.6.0
3939
hooks:
4040
- id: reorder-python-imports
4141
- repo: https://github.com/asottile/setup-cfg-fmt
4242
rev: v1.17.0
4343
hooks:
4444
- id: setup-cfg-fmt
4545
- repo: https://github.com/psf/black
46-
rev: 21.7b0
46+
rev: 21.9b0
4747
hooks:
4848
- id: black
4949
- repo: https://github.com/asottile/blacken-docs
50-
rev: v1.10.0
50+
rev: v1.11.0
5151
hooks:
5252
- id: blacken-docs
5353
additional_dependencies: [black]
@@ -77,7 +77,7 @@ repos:
7777
hooks:
7878
- id: doc8
7979
- repo: https://github.com/econchick/interrogate
80-
rev: 1.4.0
80+
rev: 1.5.0
8181
hooks:
8282
- id: interrogate
8383
args: [-v, --fail-under=40, src, tests]

0 commit comments

Comments
 (0)