diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9adfd4b8..30c2c1741 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,10 +27,11 @@ repos: hooks: - id: ruff files: python/.*$ + args: ["--exclude", "__init__.py"] - repo: https://github.com/codespell-project/codespell rev: v2.2.4 hooks: - id: codespell - args: [--toml, python/cucim/pyproject_.toml] + args: ["--toml", "python/cucim/pyproject_.toml"] additional_dependencies: - tomli