prospector: disable PEP257 D203

for whatever reason both it and D211 exist, and i'm choosing D211

bss/dr.botzo#17
This commit is contained in:
Brian S. Stephan 2017-02-11 08:15:02 -06:00
parent 8f8af4e6b4
commit b5c72da918
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ pylint:
pep8:
options:
max-line-length: 120
pep257:
disable:
- D203