Skip to content

Commit 0585910

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v1.17.0 → v1.19.0](asottile/setup-cfg-fmt@v1.17.0...v1.19.0) - [github.com/psf/black: 21.9b0 → 21.10b0](psf/black@21.9b0...21.10b0) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/PyCQA/doc8: 0.9.1 → 0.10.1](PyCQA/doc8@0.9.1...0.10.1)
1 parent d867f55 commit 0585910

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ repos:
4242
- id: reorder-python-imports
4343
types: [python]
4444
- repo: https://github.com/asottile/setup-cfg-fmt
45-
rev: v1.17.0
45+
rev: v1.19.0
4646
hooks:
4747
- id: setup-cfg-fmt
4848
- repo: https://github.com/psf/black
49-
rev: 21.9b0
49+
rev: 21.10b0
5050
hooks:
5151
- id: black
5252
types: [python]
@@ -56,7 +56,7 @@ repos:
5656
- id: blacken-docs
5757
additional_dependencies: [black]
5858
- repo: https://github.com/PyCQA/flake8
59-
rev: 3.9.2
59+
rev: 4.0.1
6060
hooks:
6161
- id: flake8
6262
types: [python]
@@ -82,7 +82,7 @@ repos:
8282
- id: nbqa-pyupgrade
8383
- id: nbqa-isort
8484
- repo: https://github.com/PyCQA/doc8
85-
rev: 0.9.1
85+
rev: 0.10.1
8686
hooks:
8787
- id: doc8
8888
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)