github: increase the max line length to 88 characters
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
9b9a6d0646
commit
dbd1b4ac1b
|
@ -16,5 +16,5 @@ jobs:
|
|||
use-black: false
|
||||
use-mypy: true
|
||||
use-isort: false
|
||||
extra-pycodestyle-options: "--ignore=E226,E301,E302,E303,W503,W504 --max-line-length=80 --max-doc-length=80"
|
||||
extra-pycodestyle-options: "--ignore=E226,E301,E302,E303,W503,W504 --max-line-length=88 --max-doc-length=88"
|
||||
extra-mypy-options: "--ignore-missing-imports --follow-imports=silent"
|
||||
|
|
Loading…
Reference in New Issue