Skip to content
Snippets Groups Projects
Commit 34f585d8 authored by Moul's avatar Moul
Browse files

[lint] Remove now useless configuration passed as args in the make rule

- Join lines, '/' at the end is no more necessary
parent 23ce9903
No related branches found
No related tags found
No related merge requests found
Pipeline #10128 failed
...@@ -20,9 +20,7 @@ mypy: ...@@ -20,9 +20,7 @@ mypy:
# check code errors # check code errors
pylint: pylint:
poetry run pylint --disable=C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613 --enable=C0121,C0202,C0321 --jobs=0 duniterpy/ poetry run pylint duniterpy tests examples
poetry run pylint --disable=C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613 --enable=C0121,C0202,C0321 --jobs=0 tests/
poetry run pylint --disable=C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613 --enable=C0121,C0202,C0321 --jobs=0 examples/
# check format # check format
check-format: check-format:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment