diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3888bea4..f012d815 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: # Python linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 3b3f7c3f57fe9925356faf5fe6230835138be230 # ruff-pre-commit v0.15.11; source https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.15.11 + rev: 2700fd5671c633760d912769c041bfcde2b9a01b # ruff-pre-commit v0.15.11; source https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.15.11 hooks: - id: ruff-check # Auto-sort Python imports with Ruff, replacing isort. name: ruff-check-imports