Allow longer line length
This commit is contained in:
parent
aee57b2c56
commit
1e4b595a0d
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
# skipping E265, fixing it will break plugin usage on older qbt instances (< v4.1.2)
|
# skipping E265, fixing it will break plugin usage on older qbt instances (< v4.1.2)
|
||||||
pycodestyle \
|
pycodestyle \
|
||||||
--ignore=E265,W503 \
|
--ignore=E265,W503 \
|
||||||
--max-line-length=100 \
|
--max-line-length=1000 \
|
||||||
--statistics \
|
--statistics \
|
||||||
nova3/engines/*.py
|
nova3/engines/*.py
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue