Skip to content

Merge pull request #52 from florianjehn/main #106

Merge pull request #52 from florianjehn/main

Merge pull request #52 from florianjehn/main #106

GitHub Actions / Flake8 failed May 7, 2024 in 0s

14 errors

Flake8 found 14 errors

Annotations

Check failure on line 983 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L983

Continuation line missing indentation or outdented (E122)

Check failure on line 984 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L984

Continuation line missing indentation or outdented (E122)

Check failure on line 985 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L985

Continuation line missing indentation or outdented (E122)

Check failure on line 986 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L986

Continuation line missing indentation or outdented (E122)

Check failure on line 1311 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L1311

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

Check failure on line 1422 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L1422

Continuation line missing indentation or outdented (E122)

Check failure on line 1423 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L1423

Continuation line missing indentation or outdented (E122)

Check failure on line 1424 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L1424

Continuation line missing indentation or outdented (E122)

Check failure on line 1425 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L1425

Continuation line missing indentation or outdented (E122)

Check failure on line 1426 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L1426

Continuation line missing indentation or outdented (E122)

Check failure on line 434 in src/preprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/preprocessing.py#L434

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

Check failure on line 436 in src/preprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/preprocessing.py#L436

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

Check failure on line 10 in src/utils.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/utils.py#L10

'matplotlib.pyplot.rcParams' imported but unused (F401)

Check failure on line 713 in src/utils.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/utils.py#L713

Blank line at end of file (W391)