Skip to content

Ruff linter and contribution guide #257

Ruff linter and contribution guide

Ruff linter and contribution guide #257

Triggered via pull request July 19, 2023 07:09
Status Failure
Total duration 2m 50s
Artifacts

codestyle.yml

on: pull_request
Matrix: codestyle
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (I001): algorithms/finetune/awac.py#L1
algorithms/finetune/awac.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): algorithms/finetune/cal_ql.py#L3
algorithms/finetune/cal_ql.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): algorithms/finetune/cql.py#L4
algorithms/finetune/cql.py:4:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): algorithms/finetune/iql.py#L3
algorithms/finetune/iql.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): algorithms/finetune/spot.py#L3
algorithms/finetune/spot.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): algorithms/offline/any_percent_bc.py#L1
algorithms/offline/any_percent_bc.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): algorithms/offline/awac.py#L1
algorithms/offline/awac.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): algorithms/offline/cql.py#L3
algorithms/offline/cql.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): algorithms/offline/dt.py#L4
algorithms/offline/dt.py:4:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): algorithms/offline/edac.py#L4
algorithms/offline/edac.py:4:1: I001 Import block is un-sorted or un-formatted
codestyle (ubuntu-20.04, 3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/