diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e58280cb6..54f6231de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,9 +21,9 @@ repos: rev: 23.3.0 hooks: - id: black-jupyter -- 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"]