We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d8bd1 commit fe7613bCopy full SHA for fe7613b
.pre-commit-config.yaml
@@ -41,13 +41,13 @@ repos:
41
exclude: *test-data
42
additional_dependencies: [flake8-typing-imports==1.10.1]
43
- repo: https://github.com/pycqa/pylint
44
- rev: v2.13.7
+ rev: v2.13.8
45
hooks:
46
- id: pylint
47
48
args: ["--disable=import-error, cyclic-import"]
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: v0.942
+ rev: v0.950
51
52
- id: mypy
53
args: [--config-file=pyproject.toml]
0 commit comments