diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a95a4e..fa2e660 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # ----- Python formatting ----- - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.5.6 + rev: v0.6.3 hooks: # Run the linter. - id: ruff @@ -33,6 +33,6 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.18 + rev: v0.19 hooks: - id: validate-pyproject