mirror of https://github.com/borgbase/vorta
Add reasonable, default ignores to flake8. (#1197)
This commit is contained in:
parent
de971d6cd3
commit
aacf438455
|
@ -92,6 +92,6 @@ jobs:
|
||||||
pip install .
|
pip install .
|
||||||
pip install -r requirements.d/dev.txt
|
pip install -r requirements.d/dev.txt
|
||||||
- name: Run Flake8
|
- name: Run Flake8
|
||||||
run: flake8
|
run: flake8 --ignore=E121,E123,E126,E226,E24,E704,W503,W504
|
||||||
# - name: Run PyLint (info only)
|
# - name: Run PyLint (info only)
|
||||||
# run: pylint --rcfile=setup.cfg src --exit-zero
|
# run: pylint --rcfile=setup.cfg src --exit-zero
|
||||||
|
|
Loading…
Reference in New Issue