We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6009244 commit 0730e20Copy full SHA for 0730e20
pyproject.toml
@@ -1,6 +1,9 @@
1
[tool.pytest.ini_options]
2
python_files = "test_*.py"
3
4
+# treat all warnings as errors
5
+filterwarnings = "error"
6
+
7
[tool.isort]
8
profile = "black"
9
combine_as_imports = true
0 commit comments