diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efad9cba..86704615 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,9 +11,9 @@ repos: rev: 23.3.0 hooks: - id: black -- 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]