We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d867f55 commit 0585910Copy full SHA for 0585910
.pre-commit-config.yaml
@@ -42,11 +42,11 @@ repos:
42
- id: reorder-python-imports
43
types: [python]
44
- repo: https://github.com/asottile/setup-cfg-fmt
45
- rev: v1.17.0
+ rev: v1.19.0
46
hooks:
47
- id: setup-cfg-fmt
48
- repo: https://github.com/psf/black
49
- rev: 21.9b0
+ rev: 21.10b0
50
51
- id: black
52
@@ -56,7 +56,7 @@ repos:
56
- id: blacken-docs
57
additional_dependencies: [black]
58
- repo: https://github.com/PyCQA/flake8
59
- rev: 3.9.2
+ rev: 4.0.1
60
61
- id: flake8
62
@@ -82,7 +82,7 @@ repos:
82
- id: nbqa-pyupgrade
83
- id: nbqa-isort
84
- repo: https://github.com/PyCQA/doc8
85
- rev: 0.9.1
+ rev: 0.10.1
86
87
- id: doc8
88
- repo: https://github.com/econchick/interrogate
0 commit comments