diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b18a61..96a3ebd 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.12 hooks: - id: ruff-check args: [--fix]