Skip to content

Merge pull request #35 from lukaszgajewski/main #12

Merge pull request #35 from lukaszgajewski/main

Merge pull request #35 from lukaszgajewski/main #12

GitHub Actions / Flake8 failed Feb 19, 2024 in 0s

7 errors

Flake8 found 7 errors

Annotations

Check failure on line 6 in src/model.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/model.py#L6

'geopandas as gpd' imported but unused (F401)

Check failure on line 225 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L225

Line too long (105 > 100 characters) (E501)

Check failure on line 536 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L536

Line too long (106 > 100 characters) (E501)

Check failure on line 558 in src/postprocessing.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/postprocessing.py#L558

Line too long (106 > 100 characters) (E501)

Check failure on line 278 in src/utils.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/utils.py#L278

Line too long (106 > 100 characters) (E501)

Check failure on line 8 in tests/test_utils.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_utils.py#L8

Comparison to False should be 'if cond is False:' or 'if not cond:' (E712)

Check failure on line 9 in tests/test_utils.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_utils.py#L9

Comparison to True should be 'if cond is True:' or 'if cond:' (E712)