diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82b7c66..41f9a5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-toml @@ -17,7 +17,7 @@ repos: args: [--pytest-test-first] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.4.8 + rev: v0.14.11 hooks: # Run the linter. - id: ruff @@ -31,7 +31,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/PyCQA/pylint - rev: v3.2.3 + rev: v4.0.4 hooks: - id: pylint args: