improved test-conda action #23
Annotations
11 errors and 2 warnings
build-linux
Process completed with exit code 1.
|
Ruff (F401):
docs/conf.py#L15
docs/conf.py:15:8: F401 `sys` imported but unused
|
Ruff (F401):
docs/conf.py#L16
docs/conf.py:16:8: F401 `os` imported but unused
|
Ruff (F403):
src/mopdb/__init__.py#L1
src/mopdb/__init__.py:1:1: F403 `from mopdb import *` used; unable to detect undefined names
|
Ruff (F401):
src/mopdb/mopdb.py#L22
src/mopdb/mopdb.py:22:8: F401 `sqlite3` imported but unused
|
Ruff (F401):
src/mopdb/mopdb.py#L25
src/mopdb/mopdb.py:25:8: F401 `csv` imported but unused
|
Ruff (F401):
src/mopdb/mopdb.py#L32
src/mopdb/mopdb.py:32:20: F401 `mopdb.mopdb_utils.map_update_sql` imported but unused
|
Ruff (F401):
src/mopdb/mopdb.py#L33
src/mopdb/mopdb.py:33:5: F401 `mopdb.mopdb_utils.check_varlist` imported but unused
|
Ruff (F403):
src/mopdb/mopdb.py#L34
src/mopdb/mopdb.py:34:1: F403 `from mopdb.utils import *` used; unable to detect undefined names
|
Ruff (F841):
src/mopdb/mopdb.py#L115
src/mopdb/mopdb.py:115:5: F841 Local variable `mopdb_log` is assigned to but never used
|
Ruff (F405):
src/mopdb/mopdb.py#L115
src/mopdb/mopdb.py:115:17: F405 `config_log` may be undefined, or defined from star imports
|
build-linux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-linux
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|