Skip to content
Snippets Groups Projects
Commit 08786608 authored by Nicolas Garcia Ospina's avatar Nicolas Garcia Ospina
Browse files

included --ignore=E203,W503 in Makefile

parent d47c0b9f
Branches
No related tags found
1 merge request!23included --ignore=E203,W503 in Makefile
Pipeline #20538 passed
......@@ -2,7 +2,7 @@ SOURCES=betty tests setup.py
LENGTH=96
check: $(SOURCES)
flake8 --max-line-length=$(LENGTH) $^
flake8 --max-line-length=$(LENGTH) --ignore=E203,W503 $^
black --check --line-length $(LENGTH) $^
pylint -E $^
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment