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 Sep 3, 2024
1 parent 0caf55f commit 0864548
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 0864548

Please sign in to comment.