diff --git a/pyproject.toml b/pyproject.toml index 82af420b..d1add2be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ]