Skip to content

Commit

Permalink
Treat warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
classiqdor committed Jun 6, 2024
1 parent 266474a commit 99a4af1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[tool.pytest.ini_options]
python_files = "test_*.py"

# treat all warnings as errors
filterwarnings = "error"

[tool.isort]
profile = "black"
combine_as_imports = true
Expand Down

0 comments on commit 99a4af1

Please sign in to comment.