diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a62f4fdd63..2ae5205ba3 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.6 + rev: v0.14.7 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.3 + rev: v4.0.4 hooks: - id: pylint entry: env PYTHONPATH=source/checker pylint