aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2023-12-05 17:03:58 +0100
committerJ08nY2023-12-05 17:03:58 +0100
commitd1c36cd70c17eb01a1edadc652f9067b78064613 (patch)
tree5a65e8da17a84c66a9adb8c08a7a0c6365c5a6dc /pyproject.toml
parentc9c46eb3894ae30437226e3653c2c41d8a42fe1c (diff)
downloadpyecsca-d1c36cd70c17eb01a1edadc652f9067b78064613.tar.gz
pyecsca-d1c36cd70c17eb01a1edadc652f9067b78064613.tar.zst
pyecsca-d1c36cd70c17eb01a1edadc652f9067b78064613.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
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/"]