We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent d73c2ab commit 43f692cCopy full SHA for 43f692c
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
hooks:
16
- id: flake8
17
- repo: https://github.com/PyCQA/pylint
18
- rev: v3.3.2
+ rev: v3.3.3
19
20
- id: pylint
21
name: pylint
@@ -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.13.0
+ rev: v1.14.1
29
30
- id: mypy
31
exclude: ^tests/
32
- repo: https://github.com/asottile/pyupgrade
33
- rev: v3.19.0
+ rev: v3.19.1
34
35
- id: pyupgrade
36
args:
0 commit comments