Skip to content

Commit 42e4830

Browse files
committed
chore(tox): Skip submodule from codespell
1 parent 2d11726 commit 42e4830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ wheel_build_env = .pkg
2828
[testenv:static]
2929
description = Run spelling, lint, typechecking and dependency checks
3030
commands =
31-
codespell
31+
codespell --skip "./tests/benchmark/stateful/bloatnet/depth_benchmarks/worst_case_miner"
3232
ruff check
3333
ruff format --check
3434
mypy

0 commit comments

Comments
 (0)