You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prospector: add a configuration file for prospector
The pep257 tool (part of prospector) has two rules:
D203: 1 blank line required before class docstring
D211: No blank lines allowed before class docstring
Which conflict, so turn D203 off.
Signed-off-by: Robin Getz <[email protected]>
0 commit comments