diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 113ba9b71a9..02554cc7a45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,9 +14,9 @@ repos: - id: absolufy-imports name: absolufy-imports files: ^xarray/ - - repo: https://github.com/charliermarsh/ruff-pre-commit + - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.0.276' + rev: 'v0.0.277' hooks: - id: ruff args: ["--fix"]