diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b18a61..fff294b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: # Lint and format Python files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.11 + rev: v0.15.13 hooks: - id: ruff-check args: [--fix]