Skip to content

Commit

Permalink
temporarily rename pyproject_.toml to keep setup.py-based build
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 24, 2023
1 parent 3663a0c commit 209dfc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 209dfc3

Please sign in to comment.