diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 028927a..04eddb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: hooks: [ { id: fix-smartquotes }, { id: fix-ligatures } ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.7.0' + rev: 'v0.7.3' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ]