Fix Python warning #34
Annotations
5 errors and 1 warning
Python Lint:
python/plugins/grassprovider/ext/g_extension_list.py#L48
[W191] indentation contains tabs
|
Python Lint:
python/plugins/grassprovider/ext/g_extension_list.py#L48
[E101] indentation contains mixed spaces and tabs
|
Python Lint:
python/plugins/grassprovider/ext/g_version.py#L31
[W191] indentation contains tabs
|
Python Lint:
python/plugins/grassprovider/ext/g_version.py#L31
[E101] indentation contains mixed spaces and tabs
|
Python Lint
[{"path":"python/plugins/grassprovider/ext/g_extension_list.py","start_line":48,"end_line":48,"start_column":5,"end_column":5,"annotation_level":"failure","message":"[W191] indentation contains tabs"},{"path":"python/plugins/grassprovider/ext/g_extension_list.py","start_line":48,"end_line":48,"start_column":5,"end_column":5,"annotation_level":"failure","message":"[E101] indentation contains mixed spaces and tabs"},{"path":"python/plugins/grassprovider/ext/g_version.py","start_line":31,"end_line":31,"start_column":5,"end_column":5,"annotation_level":"failure","message":"[W191] indentation contains tabs"},{"path":"python/plugins/grassprovider/ext/g_version.py","start_line":31,"end_line":31,"start_column":5,"end_column":5,"annotation_level":"failure","message":"[E101] indentation contains mixed spaces and tabs"}]
|
Python Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: julianwachholz/flake8-action@v2.0.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|