diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7fc90a99..7c276530 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,9 +54,9 @@ repos: rev: 1.14.0 hooks: - id: blacken-docs - - repo: https://github.com/charliermarsh/ruff-pre-commit + - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.275 + rev: v0.0.276 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]