diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d7b0da4..6acd9b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit - rev: v4.0.1 + rev: v4.1.0 hooks: - id: validate_manifest @@ -21,7 +21,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.1 + rev: v0.9.7 hooks: - id: ruff - id: ruff-format