Add reasonable, default ignores to flake8. (#1197)

This commit is contained in:
yfprojects 2022-02-14 16:57:14 +00:00 committed by GitHub
parent de971d6cd3
commit aacf438455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,6 +92,6 @@ jobs:
pip install .
pip install -r requirements.d/dev.txt
- name: Run Flake8
run: flake8
run: flake8 --ignore=E121,E123,E126,E226,E24,E704,W503,W504
# - name: Run PyLint (info only)
# run: pylint --rcfile=setup.cfg src --exit-zero