Skip to content
Snippets Groups Projects
Commit c1fd14af authored by Marius Kriegerowski's avatar Marius Kriegerowski Committed by Felix Delattre
Browse files

Added pytlint to CI

parent edad6629
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ before_script:
formatting:
script:
- pip install black flake8
- pip3 install black flake8 pylint
- make check
test:
......
......
......@@ -4,6 +4,7 @@ LENGTH=96
check: $(SOURCES)
flake8 --max-line-length=$(LENGTH) $^
black --check --line-length $(LENGTH) $^
pylint -E $^
black: $(SOURCES)
black --line-length $(LENGTH) $^
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment