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 3791a49 commit 3847023Copy full SHA for 3847023
1 file changed
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
hooks:
18
- id: flake8
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: v0.942
+ rev: v0.950
21
22
- id: mypy
23
# empty args needed in order to match mypy cli behavior
@@ -29,7 +29,7 @@ repos:
29
- types-setuptools
30
- types-docutils
31
- repo: https://github.com/PyCQA/pylint
32
- rev: v2.13.7
+ rev: v2.13.8
33
34
- id: pylint
35
additional_dependencies:
0 commit comments