diff options
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 66a52f5c..576502bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ test = "pytest" addopts = '-m "not acceptance"' python_files = ["*test_*.py"] testpaths = ["tests"] +filterwarnings = "error" [tool.isort] include_trailing_comma = true |