Skip to content

Commit 71f78de

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.25.0 → v2.29.0](asottile/pyupgrade@v2.25.0...v2.29.0) - [github.com/psf/black: 21.8b0 → 21.9b0](psf/black@21.8b0...21.9b0) - [github.com/PyCQA/doc8: 0.9.0 → 0.9.1](PyCQA/doc8@0.9.0...0.9.1)
1 parent 19b9602 commit 71f78de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.25.0
13+
rev: v2.29.0
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py36-plus]
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: reorder-python-imports
2121
- repo: https://github.com/psf/black
22-
rev: 21.8b0
22+
rev: 21.9b0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/blacken-docs
@@ -47,7 +47,7 @@ repos:
4747
Pygments,
4848
]
4949
- repo: https://github.com/PyCQA/doc8
50-
rev: 0.9.0
50+
rev: 0.9.1
5151
hooks:
5252
- id: doc8
5353
# - repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)