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 be5934a commit c1a872bCopy full SHA for c1a872b
.pre-commit-config.yaml
@@ -42,7 +42,7 @@ repos:
42
hooks:
43
- id: reorder-python-imports
44
- repo: https://github.com/psf/black
45
- rev: 22.1.0
+ rev: 22.3.0
46
47
- id: black
48
- repo: https://github.com/asottile/blacken-docs
@@ -71,7 +71,7 @@ repos:
71
Pygments,
72
]
73
- repo: https://github.com/PyCQA/doc8
74
- rev: 0.10.1
+ rev: 0.11.1
75
76
- id: doc8
77
- repo: https://github.com/econchick/interrogate
@@ -96,7 +96,7 @@ repos:
96
- id: tryceratops
97
exclude: "{{cookiecutter.project_slug}}/pyproject.toml"
98
- repo: https://github.com/pre-commit/mirrors-mypy
99
- rev: 'v0.940'
+ rev: 'v0.942'
100
101
- id: mypy
102
args: [
0 commit comments