We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent bd23c20 commit 3f85604Copy full SHA for 3f85604
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- --diff
12
- --check
13
- repo: https://github.com/PyCQA/flake8
14
- rev: 7.1.1
+ rev: 7.1.2
15
hooks:
16
- id: flake8
17
- repo: https://github.com/PyCQA/pylint
@@ -25,7 +25,7 @@ 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.14.1
+ rev: v1.15.0
29
30
- id: mypy
31
exclude: ^tests/
@@ -36,7 +36,7 @@ repos:
36
args:
37
- --py37-plus
38
- repo: https://github.com/pycqa/isort
39
- rev: 6.0.0
+ rev: 6.0.1
40
41
- id: isort
42
name: isort
0 commit comments