Explorar el Código

Remove PyLint Fail Under

This functionality is included in pylint since 2.5.0 and the plugin is
broken
master
Nate Bohman hace 2 años
padre
commit
ba11d58d0f
Firmado por: Nate Bohman <natrinicle@gmail.com> ID de clave GPG: C10546A54ABA1CE5
Se han modificado 2 ficheros con 1 adiciones y 3 borrados
  1. +0
    -1
      {{cookiecutter.project_slug}}/requirements/test.txt
  2. +1
    -2
      {{cookiecutter.project_slug}}/tox.ini

+ 0
- 1
{{cookiecutter.project_slug}}/requirements/test.txt Ver fichero

@@ -7,7 +7,6 @@ mock
pygments
pylint==1.9.4; python_version >= "2.7" and python_version < "3.0"
pylint; python_version >= "3.4"
pylint-fail-under
pytest
pytest-asyncio
pytest-cov

+ 1
- 2
{{cookiecutter.project_slug}}/tox.ini Ver fichero

@@ -63,10 +63,9 @@ commands =
deps =
pylint==1.9.4; python_version >= "2.7" and python_version < "3.0"
pylint; python_version >= "3.4"
pylint-fail-under
skip_install = True
commands =
pylint-fail-under --rcfile=.pylintrc --fail_under 9.5 {{ cookiecutter.project_slug }}
pylint --rcfile=.pylintrc --fail-under 9.5 {{ cookiecutter.project_slug }}

[testenv:bandit]
deps =

Cargando…
Cancelar
Guardar