You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run flake8 --config=.flake8 --count --statistics --show-source .
./src/grass_gis_helpers/open_geodata_germany/__init__.py:1:1: W391 blank line at end of file
^
1 W391 blank line at end of file
pylint
Run pylint .
************* Module grass_gis_helpers.open_geodata_germany.__init__
src/grass_gis_helpers/open_geodata_germany/__init__.py:1:0: C0305: Trailing newlines (trailing-newlines)
************* Module grass_gis_helpers.open_geodata_germany.download_data
src/grass_gis_helpers/open_geodata_germany/download_data.py:117:35: C0103: Variable name "zipObj" doesn't conform to snake_case naming style (invalid-name)
src/grass_gis_helpers/open_geodata_germany/download_data.py:140:53: C0103: Variable name "zipObj" doesn't conform to snake_case naming style (invalid-name)
src/grass_gis_helpers/open_geodata_germany/download_data.py:29:0: C0411: standard import "zipfile.ZipFile" should be placed before third party imports "requests", "zipfile_deflate64" (wrong-import-order)
************* Module grass_gis_helpers.open_geodata_germany.federal_state
src/grass_gis_helpers/open_geodata_germany/federal_state.py:89:4: C0103: Variable name "URL" doesn't conform to snake_case naming style (invalid-name)
The text was updated successfully, but these errors were encountered:
There are some linting issues (log):
flake8
pylint
The text was updated successfully, but these errors were encountered: