Switches from pylint-fail-under to pylint --fail-under

This commit is contained in:
Maximilian Kratz 2022-01-29 13:20:44 +01:00
parent c1694037ec
commit 49683dce96
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ steps:
image: python:3.6
commands:
- &setup pip install -r requirements.txt
- pylint-fail-under --fail_under 9.0 -d pep8 matrix_synapse_saml_mapper/*.py setup.py
- pylint --fail-under=9.0 -d pep8 matrix_synapse_saml_mapper/*.py setup.py
- name: build
image: python:3.6

View file

@ -1,5 +1,4 @@
pylint>=2.6.0
pylint-fail-under>=0.3.0
attr>=0.3.1
attrs>=19.3.0
psycopg2>=2.8.6