Establish a workflow to scrutinies changes. Add setuptools (Why?) #1
Annotations
3 errors and 1 warning
Ruff (F401):
src/hu/__init__.py#L1
src/hu/__init__.py:1:23: F401 `._version.__version__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (E721):
tests/test_object_dict.py#L51
tests/test_object_dict.py:51:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
lint
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|