diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbb6634129..14a6e6d5ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.5.7' + rev: v0.6.3 hooks: - id: ruff args: ["--fix", "--show-fixes"] diff --git a/pyproject.toml b/pyproject.toml index 8bee491a82..1e5716b6ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -197,6 +197,7 @@ extend-exclude = [ "buck-out", "build", "dist", + "notebooks", # temporary, until we achieve compatibility with ruff ≥ 0.6 "venv", "docs", "src/zarr/v2/",