Skip to content
GitHub Actions / Flake8 failed Aug 22, 2023 in 0s

18 errors

Flake8 found 18 errors

Annotations

Check failure on line 3 in pages/login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

pages/login.py#L3

Expected 2 blank lines, found 1 (E302)

Check failure on line 7 in pages/login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

pages/login.py#L7

Line too long (120 > 79 characters) (E501)

Check failure on line 8 in pages/login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

pages/login.py#L8

No newline at end of file (W292)

Check failure on line 5 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L5

Expected 2 blank lines, found 0 (E302)

Check failure on line 11 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L11

Expected 2 blank lines, found 0 (E302)

Check failure on line 19 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L19

Indentation is not a multiple of 4 (comment) (E114)

Check failure on line 19 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L19

Unexpected indentation (comment) (E116)

Check failure on line 28 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L28

Expected 2 blank lines, found 0 (E302)

Check failure on line 33 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L33

Blank line contains whitespace (W293)

Check failure on line 37 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L37

Blank line contains whitespace (W293)

Check failure on line 40 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L40

Multiple statements on one line (colon) (E701)

Check failure on line 40 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L40

Missing whitespace after ':' (E231)

Check failure on line 42 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L42

Trailing whitespace (W291)

Check failure on line 43 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L43

Expected 2 blank lines, found 0 (E302)

Check failure on line 49 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L49

Missing whitespace around operator (E225)

Check failure on line 52 in tests/test_login.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_login.py#L52

No newline at end of file (W292)

Check failure on line 1 in utils/Base.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

utils/Base.py#L1

Missing whitespace around operator (E225)

Check failure on line 1 in utils/Base.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

utils/Base.py#L1

No newline at end of file (W292)