This functionality is included in pylint since 2.5.0 and the plugin is brokenmaster
pygments | pygments | ||||
pylint==1.9.4; python_version >= "2.7" and python_version < "3.0" | pylint==1.9.4; python_version >= "2.7" and python_version < "3.0" | ||||
pylint; python_version >= "3.4" | pylint; python_version >= "3.4" | ||||
pylint-fail-under | |||||
pytest | pytest | ||||
pytest-asyncio | pytest-asyncio | ||||
pytest-cov | pytest-cov |
deps = | deps = | ||||
pylint==1.9.4; python_version >= "2.7" and python_version < "3.0" | pylint==1.9.4; python_version >= "2.7" and python_version < "3.0" | ||||
pylint; python_version >= "3.4" | pylint; python_version >= "3.4" | ||||
pylint-fail-under | |||||
skip_install = True | skip_install = True | ||||
commands = | 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] | [testenv:bandit] | ||||
deps = | deps = |