diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 021c6b6..e607208 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.5.7 + rev: v0.6.2 hooks: # Run the linter. - id: ruff @@ -11,7 +11,7 @@ repos: - id: ruff-format - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.18 + rev: v0.19 hooks: - id: validate-pyproject @@ -36,7 +36,7 @@ repos: # ] - repo: https://github.com/crate-ci/typos - rev: v1.23.6 + rev: v1.24.1 hooks: - id: typos