diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | pyproject.toml | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -38,7 +38,7 @@ perf-plots: python test/plots/plot_perf.py -d .perf doc-coverage: - interrogate -vv -nmps -e pyecsca/ec/std/.github/ -f 55 pyecsca + interrogate -c pyproject.toml -vv -nmps -f 55 pyecsca docs: $(MAKE) -C docs apidoc diff --git a/pyproject.toml b/pyproject.toml index 52b03a1..48ad351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,3 +85,6 @@ filterwarnings = [ [tool.mypy] plugins = "numpy.typing.mypy_plugin" + +[tool.interrogate] +exclude = ["pyecsca/ec/formula/fliparoo.py", "pyecsca/ec/formula/graph.py", "pyecsca/ec/formula/partitions.py", "pyecsca/ec/formula/switch_sign.py", "pyecsca/ec/std/.github/"] |
