diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9fdd20cc81..e5d437bb97 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.0.1 + rev: 6.1.0 hooks: - id: isort files: \.py$ exclude: ^source/3rdparty - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.13.2 + rev: v0.13.3 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.8 + rev: v3.3.9 hooks: - id: pylint entry: env PYTHONPATH=source/checker pylint