We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d11726 commit 42e4830Copy full SHA for 42e4830
1 file changed
tox.ini
@@ -28,7 +28,7 @@ wheel_build_env = .pkg
28
[testenv:static]
29
description = Run spelling, lint, typechecking and dependency checks
30
commands =
31
- codespell
+ codespell --skip "./tests/benchmark/stateful/bloatnet/depth_benchmarks/worst_case_miner"
32
ruff check
33
ruff format --check
34
mypy
0 commit comments