Use GH action instead of Travis #3
Annotations
9 errors and 1 warning
Ruff lint:
dialite/__init__.py#L30
dialite/__init__.py:30:1: E402 Module level import not at top of file
|
Ruff lint:
dialite/__init__.py#L31
dialite/__init__.py:31:1: E402 Module level import not at top of file
|
Ruff lint:
dialite/__init__.py#L32
dialite/__init__.py:32:1: E402 Module level import not at top of file
|
Ruff lint:
dialite/__init__.py#L33
dialite/__init__.py:33:1: E402 Module level import not at top of file
|
Ruff lint:
docs/conf.py#L25
docs/conf.py:25:1: E402 Module level import not at top of file
|
Ruff lint:
docs/conf.py#L25
docs/conf.py:25:8: F401 `dialite` imported but unused
|
Ruff lint:
setup.py#L10
setup.py:10:12: F401 `setuptools` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
Ruff lint:
tests/test_dialite.py#L6
tests/test_dialite.py:6:8: F401 `os` imported but unused
|
Ruff lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading