misp-modules/webiste/pyproject.toml

8 lines
137 B
TOML
Raw Normal View History

2024-02-07 14:39:19 +01:00
# pyproject.toml
[tool.pytest.ini_options]
filterwarnings = [
"error",
"ignore::UserWarning",
"ignore::DeprecationWarning"
]