This commit is contained in:
Kreyren 2020-02-07 20:12:07 +00:00
parent 49cb01e2ed
commit fda3629148

@ -208,7 +208,7 @@ jobs:
pip install -r requirements.txt
- name: Lint with flake8
run: |
pip3 install flake8
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide