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 32c36dc commit cbf2026Copy full SHA for cbf2026
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- --max-line-length=88
16
17
- repo: https://github.com/PyCQA/isort
18
- rev: "6.0.1"
+ rev: "7.0.0"
19
hooks:
20
- id: isort
21
@@ -45,7 +45,7 @@ repos:
45
)$
46
47
- repo: https://github.com/pre-commit/pre-commit-hooks
48
- rev: "v5.0.0"
+ rev: "v6.0.0"
49
50
- id: end-of-file-fixer
51
- id: mixed-line-ending
@@ -56,7 +56,7 @@ repos:
56
exclude: disable_test_trac.py
57
58
- repo: https://github.com/pylint-dev/pylint
59
- rev: "v3.3.7"
+ rev: "v4.0.2"
60
61
- id: pylint
62
args:
@@ -82,7 +82,7 @@ repos:
82
]
83
84
- repo: https://github.com/pre-commit/mirrors-mypy
85
- rev: 'v1.17.0'
+ rev: 'v1.18.2'
86
87
- id: mypy
88
exclude: examples/.*|bin/did
0 commit comments