From 209dfc323657c6867a4b93962bf6c8804b534c13 Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Tue, 24 Oct 2023 13:49:37 -0400 Subject: [PATCH] temporarily rename pyproject_.toml to keep setup.py-based build --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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