diff --git a/pyproject.toml b/pyproject.toml index f830a249..dc2e9a00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -212,8 +212,3 @@ exclude = [ # don't report on checks for these '\.__repr__$', '\.__str__$', ] -override_SS05 = [ # allow docstrings to start with these words - '^Process ', - '^Assess ', - '^Access ', -]