We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef887fe commit fb1469aCopy full SHA for fb1469a
1 file changed
{{cookiecutter.package_name}}/pyproject.toml
@@ -92,6 +92,9 @@ exclude = ["tests*"]
92
93
[tool.pytest.ini_options]
94
addopts = "--cov={{cookiecutter.module_name}}"
95
+filterwarnings = [
96
+ "error",
97
+]
98
99
[tool.black]
100
target-version = ['py39', 'py310', 'py311']
0 commit comments