Add pep8 config: relax line length limit and ignore E203
This commit is contained in:
parent
f05451124c
commit
d290832551
@ -15,5 +15,5 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- pyflakes .
|
- pyflakes .
|
||||||
- pep8 . --max-line-length 99 --ignore E302
|
- pep8 .
|
||||||
- ./test.sh
|
- ./test.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user