mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Hardcode max line length in scripts/check
This commit is contained in:
parent
f6c713d621
commit
ee4625be78
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
mypy .
|
mypy .
|
||||||
flake8 PFERD
|
flake8 PFERD --max-line-length 110
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue