Extend allowed line-length to 120

pull/46/head
Thomas Bouve 2021-05-20 21:35:37 +02:00
rodzic c7cbfe6f4f
commit 8a4880516b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8,4 +8,4 @@ install:
- pip install pycodestyle
# command to run tests
script:
- find . -iname "*.py" -print0 | xargs -0 pycodestyle
- find . -iname "*.py" -print0 | xargs -0 pycodestyle --max-line-length 120