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 cd229c2 commit 2c11272Copy full SHA for 2c11272
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- prettier
20
- prettier-plugin-toml
21
- repo: https://github.com/pre-commit/pre-commit-hooks.git
22
- rev: v4.1.0
+ rev: v4.2.0
23
hooks:
24
- id: end-of-file-fixer
25
- id: trailing-whitespace
@@ -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.942
+ rev: v0.950
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.13.4
+ rev: v2.13.8
52
53
- id: pylint
54
additional_dependencies:
0 commit comments