No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 6D1B91F131F89577
Se han
modificado 1 ficheros con
2 adiciones y
2 borrados
-
.github/workflows/pythonapp.yml
|
|
|
@@ -15,8 +15,8 @@ jobs: |
|
|
|
python-version: 3.7 |
|
|
|
- name: Install dependencies |
|
|
|
run: | |
|
|
|
python -m pip install --upgrade pip pipenv pylint pylintfileheader |
|
|
|
python -m pip install --upgrade pip pipenv pylint-fail-under pylintfileheader |
|
|
|
pipenv sync -d |
|
|
|
- name: Lint |
|
|
|
run: | |
|
|
|
pylint *.py |
|
|
|
pylint-fail-under --fail_under 7.5 *.py |