You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
No issues found.
However, the Github action fails with this error:
Run chartboost/ruff-action@v1Run if [ "$RUNNER_OS" == "Windows" ]; thencreating virtual environment...installing ruff from spec 'ruff==0.3.2'...document_segmentation/model/page_sequence_tagger.py:1:1: I001 [*] Import block is un-sorted or un-formattedFound 1 error.[*] 1 fixable with the `--fix` option.Error: Process completed with exit code 1.
On my code, the issue has only recently started, presumably related to adding a new import statement to the file in question. However, I do not see why Ruff does not detect an issue locally, but does so in the Github action.
The code I have been using is available in the repository, and I have linked the specific actions and files above.