Skip to content

Commit

Permalink
skip assert_used warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe authored Jan 10, 2025
1 parent 767bfc2 commit 0e41b8c
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
Expand Up @@ -53,3 +53,6 @@ exclude = [

[tool.coverage.report]
exclude_also = ["if TYPE_CHECKING:", "assert_never\\("]

[tool.bandit.assert_used]
skips = ['tests/']

0 comments on commit 0e41b8c

Please sign in to comment.