Skip to content

Fix #81 - setuptools not explicit in all distros - switch to uv #57

Fix #81 - setuptools not explicit in all distros - switch to uv

Fix #81 - setuptools not explicit in all distros - switch to uv #57

Triggered via push November 4, 2024 14:00
Status Success
Total duration 26s
Artifacts

linting_only.yml

on: push
Matrix: Lint-only
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
/home/runner/work/stranger/stranger/setup.py#L21
AUTHOR = "Måns Magnusson" REQUIRES_PYTHON = ">=3.6.0" VERSION = None # What packages are required for this module to be executed? -REQUIRED = [ - "click", - "coloredlogs", - "pyyaml", - "setuptools" -] +REQUIRED = ["click", "coloredlogs", "pyyaml", "setuptools"] # What packages are optional? EXTRAS = { "tests": ["pytest", "pytest-cov"], }
Lint-only (3.12)
The following actions use a deprecated Node.js version and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/