diff --git a/fabfile.py b/fabfile.py index ea4300a0a..41371c549 100644 --- a/fabfile.py +++ b/fabfile.py @@ -43,8 +43,7 @@ def check(): """ Checks for PEP 8 errors in openslides and in tests. """ - local('flake8 --max-line-length=150 --statistics openslides') - local('flake8 --max-line-length=150 --statistics tests') + local('flake8 --max-line-length=150 --statistics openslides tests') def prepare_commit(): diff --git a/openslides/agenda/templates/agenda/item_row.html b/openslides/agenda/templates/agenda/item_row.html index 0491e082d..8c850fa88 100644 --- a/openslides/agenda/templates/agenda/item_row.html +++ b/openslides/agenda/templates/agenda/item_row.html @@ -2,10 +2,10 @@ {% load tags %}