We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d05db commit 12a175dCopy full SHA for 12a175d
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
hooks:
36
- id: codespell
37
- repo: https://github.com/PyCQA/doc8
38
- rev: 0.9.1
+ rev: 0.10.1
39
40
- id: doc8
41
- repo: https://github.com/adrienverge/yamllint.git
@@ -51,14 +51,14 @@ repos:
51
types: [file, yaml]
52
entry: yamllint --strict
53
- repo: https://github.com/PyCQA/isort
54
- rev: 5.9.3
+ rev: 5.10.1
55
56
- id: isort
57
args:
58
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
59
- --filter-files
60
- repo: https://github.com/psf/black
61
- rev: 21.10b0
+ rev: 21.12b0
62
63
- id: black
64
language_version: python3
0 commit comments