diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b7f3bd..e69d378 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -96,7 +96,7 @@ repos: # single tool owns that gate (PY-PROJ-007: no overlapping tools). ruff infers the # upgrade target from pyproject's requires-python (>=3.14). - repo: https://github.com/astral-sh/ruff-pre-commit - rev: e8f7d69b957a30acb2c875078d5fd012de24b64c # frozen: v0.16.7 + rev: 2eeb5678de71a00c0902cbda7105d328432f72cb # frozen: v0.16.8 hooks: # Run the linter. Upstream types_or is [python, pyi, jupyter], which matches # `ruff check`'s own scope: it does not lint Python inside Markdown fences