diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c58be18..66d7bcf2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.9.4 + rev: v0.11.10 hooks: # Run the linter. - id: ruff @@ -12,6 +12,6 @@ repos: types_or: [ python, pyi ] - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort