Add verbatim ord_text field to one-shot extraction schemas #484
ci-python.yml
on: pull_request
Lint Python Code Base with Ruff
7s
Pixi-Locked Test
0s
Matrix: Python Integration Tests (Pixi)
Matrix: Python tests (Tox)
Matrix: Python Unit Tests (Pixi)
Annotations
3 errors
|
Lint Python Code Base with Ruff
The process '/opt/hostedtoolcache/ruff/0.16.2/x86_64/ruff' failed with exit code 1
|
|
ruff (import-outside-top-level):
compass/utilities/finalize.py#L210
compass/utilities/finalize.py:210:5: import-outside-top-level: `import` should be at the top-level of a file
|
|
ruff (doc-line-too-long):
compass/plugin/post_processing.py#L8
compass/plugin/post_processing.py:8:73: doc-line-too-long: Doc line too long (77 > 72)
|