diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d02b3fa..deee19e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,8 +34,8 @@ repos: rev: 0.6.7 hooks: [ { id: fix-smartquotes }, { id: fix-ligatures } ] - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.6.0' + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.6.2' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ]