Update test_code.yml

This commit is contained in:
jordanruthe 2021-09-11 17:28:03 -04:00 committed by GitHub
parent d0951c6d18
commit c80a983fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,4 @@ jobs:
use-black: false
use-mypy: false
use-isort: false
extra-pycodestyle-options: "--ignore=E226,E301,E302,E303,E402,W503,W504 --max-line-length=80 --max-doc-length=80"
extra-pycodestyle-options: "--ignore=E226,E301,E302,E303,E402,W503,W504 --max-line-length=120 --max-doc-length=120"