mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-11-01 00:05:55 +00:00
Use pycodestyle
This commit is contained in:
parent
d7694d6c62
commit
2c5a577f7e
|
@ -9,10 +9,10 @@ sudo: false
|
|||
cache: pip
|
||||
|
||||
install:
|
||||
- pip install --upgrade pep8
|
||||
- pip install --upgrade pycodestyle
|
||||
|
||||
script:
|
||||
- pep8 nyaa/ --show-source --max-line-length=100
|
||||
- pycodestyle nyaa/ --show-source --max-line-length=100
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue