testing out the disabling of no-member pep8 errors

This commit is contained in:
Brian Wylie 2015-01-16 07:49:49 -07:00
parent e122740d83
commit dd7ef5474f
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
doc-warnings: yes
test-warnings: yes
strictness: verylow
strictness: low
max-line-length: 140
autodetect: yes
ignore-paths:

4
.prospector.yaml Normal file
View File

@ -0,0 +1,4 @@
pep8:
disable:
- E1101
- E1103