diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa938d2e92..ea1e4817ce 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: 7.0.0 + rev: 8.0.0 hooks: - id: isort files: \.py$ exclude: ^source/3rdparty - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.1 + rev: v0.15.2 hooks: - id: ruff args: ["--fix"] @@ -164,7 +164,7 @@ repos: exclude: .pre-commit-config.yaml|source/lmp # customized pylint rules - repo: https://github.com/pylint-dev/pylint/ - rev: v4.0.4 + rev: v4.0.5 hooks: - id: pylint entry: env PYTHONPATH=source/checker pylint