Skip to content

Commit a4e1a59

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.21.2 → v2.29.0](asottile/pyupgrade@v2.21.2...v2.29.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/asottile/setup-cfg-fmt: v1.17.0 → v1.18.0](asottile/setup-cfg-fmt@v1.17.0...v1.18.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/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/PyCQA/doc8: 0.9.0 → 0.9.1](PyCQA/doc8@0.9.0...0.9.1) - [github.com/econchick/interrogate: 1.4.0 → 1.5.0](econchick/interrogate@1.4.0...1.5.0) - [github.com/mgedmin/check-manifest: 0.46 → 0.47](mgedmin/check-manifest@0.46...0.47)
1 parent 2a6bfbf commit a4e1a59

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
@@ -30,29 +30,29 @@ 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.29.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
42-
rev: v1.17.0
42+
rev: v1.18.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]
5454
- repo: https://github.com/PyCQA/flake8
55-
rev: 3.9.2
55+
rev: 4.0.1
5656
hooks:
5757
- id: flake8
5858
types: [python]
@@ -73,11 +73,11 @@ repos:
7373
Pygments,
7474
]
7575
- repo: https://github.com/PyCQA/doc8
76-
rev: 0.9.0
76+
rev: 0.9.1
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]
@@ -87,7 +87,7 @@ repos:
8787
- id: codespell
8888
args: [-L unparseable]
8989
- repo: https://github.com/mgedmin/check-manifest
90-
rev: "0.46"
90+
rev: "0.47"
9191
hooks:
9292
- id: check-manifest
9393
- repo: meta

0 commit comments

Comments
 (0)