Skip to content

Commit

Permalink
excluded testing methods starting with 'test_', 'check_', and 'assert_'
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Oct 2, 2023
1 parent 7975201 commit 04881a0
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 @@ -29,6 +29,9 @@ checks = [
"ES01",
]
exclude = [ # don't report on objects that match any of these regex
'test_',
'check_',
'assert_'
]
override_SS05 = [ # override SS05 to allow docstrings starting with these words
]

0 comments on commit 04881a0

Please sign in to comment.