Skip to content

Use Poetry for dependency management, loosen dependency restrictions, drop python 3.8 support #106

Use Poetry for dependency management, loosen dependency restrictions, drop python 3.8 support

Use Poetry for dependency management, loosen dependency restrictions, drop python 3.8 support #106

Triggered via pull request July 17, 2024 15:44
Status Failure
Total duration 19s
Artifacts

ruff.yaml

on: pull_request
ruff-lint
8s
ruff-lint
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Ruff (I001): atxm/machine.py#L1
atxm/machine.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): atxm/strategies.py#L1
atxm/strategies.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): atxm/tracker.py#L1
atxm/tracker.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): atxm/utils.py#L1
atxm/utils.py:1:1: I001 Import block is un-sorted or un-formatted
ruff-lint
Process completed with exit code 1.
ruff-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/