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.
pre-commit
1 parent ead98b9 commit d6efef4Copy full SHA for d6efef4
.pre-commit-config.yaml
@@ -25,12 +25,12 @@ repos:
25
# run pylint across multiple cpu cores to speed it up-
26
- --jobs=0 # See https://pylint.pycqa.org/en/latest/user_guide/run.html?#parallel-execution to know more
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.15.0
+ rev: v1.16.0
29
hooks:
30
- id: mypy
31
exclude: ^tests/
32
- repo: https://github.com/asottile/pyupgrade
33
- rev: v3.19.1
+ rev: v3.20.0
34
35
- id: pyupgrade
36
args:
0 commit comments