Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix E115: Expected an indented block (comment)
· a0c7b660
Bastian Blank
authored
May 22, 2018
and
Ansgar
committed
May 23, 2018
a0c7b660
Merge branch 'fix-E115' into 'master'
· 56097b7f
Ansgar
authored
May 23, 2018
Fix E115: Expected an indented block (comment) See merge request
!63
56097b7f
Show whitespace changes
Inline
Side-by-side
dak/bts_categorize.py
View file @
56097b7f
dak/queue_report.py
View file @
56097b7f
setup.cfg
View file @
56097b7f
...
...
@@ -6,7 +6,6 @@ ignore =
E501,
# Ignore all flake8 errors for now. Whoever wants to fixup our code (PLEASE),
# remove one, fixup all occurences, submit a merge request...
E115,
E123,
E124,
E125,
...
...