Skip to content

Commit c030a52

Browse files
classiqdororsa-classiq
authored andcommitted
Treat warnings as errors
1 parent e298a35 commit c030a52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[tool.pytest.ini_options]
22
python_files = "test_*.py"
33

4+
# treat all warnings as errors
5+
filterwarnings = "error"
6+
47
[tool.isort]
58
profile = "black"
69
combine_as_imports = true

0 commit comments

Comments
 (0)