Skip to content

Commit fb4f0e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.25.0 → v2.29.1](asottile/pyupgrade@v2.25.0...v2.29.1) - [github.com/psf/black: 21.8b0 → 21.11b1](psf/black@21.8b0...21.11b1) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.0](adamchainz/blacken-docs@v1.11.0...v1.12.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.10.1](PyCQA/doc8@0.9.0...0.10.1)
1 parent 19b9602 commit fb4f0e5

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
@@ -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.1
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py36-plus]
@@ -19,16 +19,16 @@ repos:
1919
hooks:
2020
- id: reorder-python-imports
2121
- repo: https://github.com/psf/black
22-
rev: 21.8b0
22+
rev: 21.11b1
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: v1.11.0
26+
rev: v1.12.0
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies: [black]
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 3.9.2
31+
rev: 4.0.1
3232
hooks:
3333
- id: flake8
3434
additional_dependencies: [
@@ -47,7 +47,7 @@ repos:
4747
Pygments,
4848
]
4949
- repo: https://github.com/PyCQA/doc8
50-
rev: 0.9.0
50+
rev: 0.10.1
5151
hooks:
5252
- id: doc8
5353
# - repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)