Skip to content

trying to re-introduce setup.cfg #17

trying to re-introduce setup.cfg

trying to re-introduce setup.cfg #17

Triggered via push August 6, 2024 06:32
Status Failure
Total duration 2m 3s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
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 (F541): src/mopdata/update_db.py#L52
src/mopdata/update_db.py:52:11: F541 f-string without any placeholders
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
build-linux
Process completed with exit code 1.
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/