mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-09 21:18:52 +01:00
4 lines
120 B
YAML
4 lines
120 B
YAML
|
language: python
|
||
|
install: pip install flake8
|
||
|
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|