Skip to content

Commit

Permalink
chore: PP309: Filter warnings specified
Browse files Browse the repository at this point in the history
Apply repo-review suggestion PP309:
	filterwarnings must be set (probably to at least ["error"]).
	Python will hide important warnings otherwise, like deprecations.
  • Loading branch information
DimitriPapadopoulos committed Aug 20, 2024
1 parent 5d19ab0 commit 4ebb317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ markers = [
]
log_cli_level = "INFO"
xfail_strict = true
filterwarnings = ["error"]


[tool.coverage.report]
Expand Down

0 comments on commit 4ebb317

Please sign in to comment.