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 1b94e47 commit 63c4772Copy full SHA for 63c4772
.pre-commit-config.yaml
@@ -22,14 +22,14 @@ repos:
22
- id: check-toml
23
# Python
24
- repo: https://github.com/PyCQA/isort
25
- rev: 5.13.2
+ rev: 6.0.0
26
hooks:
27
- id: isort
28
files: \.py$
29
exclude: ^source/3rdparty
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
# Ruff version.
32
- rev: v0.9.3
+ rev: v0.9.4
33
34
- id: ruff
35
args: ["--fix"]
@@ -154,7 +154,7 @@ repos:
154
exclude: .pre-commit-config.yaml|source/lmp
155
# customized pylint rules
156
- repo: https://github.com/pylint-dev/pylint/
157
- rev: v3.3.3
+ rev: v3.3.4
158
159
- id: pylint
160
entry: env PYTHONPATH=source/checker pylint
0 commit comments