mirror of https://github.com/kbandla/dpkt.git
testing out the disabling of no-member pep8 errors
This commit is contained in:
parent
e122740d83
commit
dd7ef5474f
|
@ -1,6 +1,6 @@
|
|||
doc-warnings: yes
|
||||
test-warnings: yes
|
||||
strictness: verylow
|
||||
strictness: low
|
||||
max-line-length: 140
|
||||
autodetect: yes
|
||||
ignore-paths:
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
pep8:
|
||||
disable:
|
||||
- E1101
|
||||
- E1103
|
Loading…
Reference in New Issue