diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 996f6d6ca8..19cad79b71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: exclude: ^source/3rdparty - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.0 + rev: v0.14.2 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: v4.0.0 + rev: v4.0.2 hooks: - id: pylint entry: env PYTHONPATH=source/checker pylint