diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6f784c422..1c46c17166 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,14 +23,14 @@ repos: - id: check-toml # Python - repo: https://github.com/PyCQA/isort - rev: 9.0.0b1 + rev: 9.0.0b5 hooks: - id: isort files: \.py$ exclude: ^source/3rdparty - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.16.0 + rev: v0.16.3 hooks: - id: ruff args: ["--fix"] @@ -156,7 +156,7 @@ repos: exclude: .pre-commit-config.yaml|source/lmp # customized pylint rules - repo: https://github.com/pylint-dev/pylint/ - rev: v4.0.6 + rev: v4.0.7 hooks: - id: pylint entry: env PYTHONPATH=source/checker pylint