diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5d437bb97..996f6d6ca8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,14 +22,14 @@ repos: - id: check-toml # Python - repo: https://github.com/PyCQA/isort - rev: 6.1.0 + rev: 7.0.0 hooks: - id: isort files: \.py$ exclude: ^source/3rdparty - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.13.3 + rev: v0.14.0 hooks: - id: ruff args: ["--fix"] @@ -154,7 +154,7 @@ repos: exclude: .pre-commit-config.yaml|source/lmp # customized pylint rules - repo: https://github.com/pylint-dev/pylint/ - rev: v3.3.9 + rev: v4.0.0 hooks: - id: pylint entry: env PYTHONPATH=source/checker pylint