diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11ec156d20..1f7373c028 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.6.3 + rev: v0.6.4 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -41,7 +41,7 @@ repos: # Zarr v2 - types-redis - repo: https://github.com/scientific-python/cookie - rev: 2024.04.23 + rev: 2024.08.19 hooks: - id: sp-repo-review - repo: https://github.com/pre-commit/pygrep-hooks diff --git a/pyproject.toml b/pyproject.toml index da0763d093..d92b89c65e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -181,7 +181,6 @@ serve = "sphinx-autobuild docs docs/_build --host 0.0.0.0" [tool.ruff] line-length = 100 -src = ["src"] force-exclude = true extend-exclude = [ ".bzr",