Skip to content

pep8 compliance #3

@brunsgaard

Description

@brunsgaard

Should be pep8 compliant

./models.py:9:1: E302 expected 2 blank lines, found 1
./models.py:14:7: E221 multiple spaces before operator
./models.py:16:11: E221 multiple spaces before operator
./models.py:20:80: E501 line too long (84 > 79 characters)
./models.py:21:80: E501 line too long (92 > 79 characters)
./models.py:31:21: E221 multiple spaces before operator
./models.py:32:80: E501 line too long (122 > 79 characters)
./models.py:147:7: E221 multiple spaces before operator
./models.py:148:14: E221 multiple spaces before operator
./models.py:148:80: E501 line too long (95 > 79 characters)
./models.py:149:11: E221 multiple spaces before operator
./models.py:150:12: E221 multiple spaces before operator
./models.py:151:9: E221 multiple spaces before operator
./models.py:152:15: E221 multiple spaces before operator
./models.py:153:17: E221 multiple spaces before operator
./models.py:155:12: E221 multiple spaces before operator
./models.py:156:11: E221 multiple spaces before operator
./models.py:175:80: E501 line too long (93 > 79 characters)
./models.py:176:80: E501 line too long (92 > 79 characters)
./models.py:189:16: E221 multiple spaces before operator
./validator.py:10:1: E101 indentation contains mixed spaces and tabs
./validator.py:10:1: W191 indentation contains tabs
./validator.py:12:1: W191 indentation contains tabs
./validator.py:13:1: W191 indentation contains tabs
./validator.py:14:1: E101 indentation contains mixed spaces and tabs
./views.py:10:1: E302 expected 2 blank lines, found 1
./views.py:15:80: E501 line too long (90 > 79 characters)
./views.py:22:1: E302 expected 2 blank lines, found 1
./views.py:28:1: E302 expected 2 blank lines, found 1
./views.py:35:80: E501 line too long (85 > 79 characters)
./views.py:37:1: E302 expected 2 blank lines, found 1
./views.py:41:80: E501 line too long (91 > 79 characters)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions