Skip to content

Commit 1ec61c6

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/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/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 b4bb61d commit 1ec61c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ repos:
2222
- id: rst-inline-touching-normal
2323
- id: text-unicode-replacement-char
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.21.2
25+
rev: v2.29.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]
2929
- repo: https://github.com/asottile/reorder_python_imports
30-
rev: v2.5.0
30+
rev: v2.6.0
3131
hooks:
3232
- id: reorder-python-imports
3333
- repo: https://github.com/asottile/setup-cfg-fmt
3434
rev: v1.17.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/psf/black
38-
rev: 21.7b0
38+
rev: 21.9b0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/asottile/blacken-docs
42-
rev: v1.10.0
42+
rev: v1.11.0
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black]
@@ -65,11 +65,11 @@ repos:
6565
Pygments,
6666
]
6767
- repo: https://github.com/PyCQA/doc8
68-
rev: 0.9.0
68+
rev: 0.9.1
6969
hooks:
7070
- id: doc8
7171
- repo: https://github.com/econchick/interrogate
72-
rev: 1.4.0
72+
rev: 1.5.0
7373
hooks:
7474
- id: interrogate
7575
args: [-v, --fail-under=40, src, tests]
@@ -79,7 +79,7 @@ repos:
7979
- id: codespell
8080
args: [-L unparseable]
8181
- repo: https://github.com/mgedmin/check-manifest
82-
rev: "0.46"
82+
rev: "0.47"
8383
hooks:
8484
- id: check-manifest
8585
- repo: meta

0 commit comments

Comments
 (0)