diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5a24bc..e0768fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: # Python code formatting and linting (Ruff - modern replacement for Black/Flake8/isort) # ============================================================================= - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.1 + rev: v0.14.3 hooks: # Linting (replaces Flake8 + many other tools) - id: ruff-check