diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0843a6b..46b6092 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.9 + rev: v0.7.1 hooks: # Run the linter. - id: ruff @@ -11,7 +11,7 @@ repos: - id: ruff-format - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.20.2 + rev: v0.22 hooks: - id: validate-pyproject @@ -36,7 +36,7 @@ repos: # ] - repo: https://github.com/crate-ci/typos - rev: v1.26.0 + rev: v1.26.8 hooks: - id: typos