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.
2 parents cee6d5a + 72ae03f commit 78771deCopy full SHA for 78771de
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ default_language_version:
12
repos:
13
- repo: https://github.com/pre-commit/mirrors-prettier
14
# keep it before yamllint
15
- rev: v2.6.1
+ rev: v2.6.2
16
hooks:
17
- id: prettier
18
additional_dependencies:
@@ -42,13 +42,13 @@ repos:
42
- flake8-docstrings>=1.6.0
43
- flake8-pytest-style>=1.6.0
44
- repo: https://github.com/pre-commit/mirrors-mypy
45
- rev: v0.931
+ rev: v0.942
46
47
- id: mypy
48
# empty args needed in order to match mypy cli behavior
49
# args: [--strict]
50
- repo: https://github.com/pycqa/pylint
51
- rev: v2.12.2
+ rev: v2.13.4
52
53
- id: pylint
54
0 commit comments