chore: wire gh-automations shared CI and release workflows #1
Annotations
10 errors
|
ruff (F401):
bifonia/features.py#L28
bifonia/features.py:28:8: F401 `re` imported but unused
help: Remove unused import: `re`
|
|
ruff (F401):
bifonia/__init__.py#L23
bifonia/__init__.py:23:47: F401 `bifonia.data.POS_SENSES` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `POS_SENSES` to __all__
|
|
ruff (F401):
bifonia/__init__.py#L23
bifonia/__init__.py:23:34: F401 `bifonia.data.DEFAULT_POS` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `DEFAULT_POS` to __all__
|
|
ruff (E741):
benchmark_tagger.py#L46
benchmark_tagger.py:46:31: E741 Ambiguous variable name: `l`
|
|
ruff (E402):
benchmark_tagger.py#L36
benchmark_tagger.py:36:1: E402 Module level import not at top of file
|
|
ruff (E402):
benchmark_tagger.py#L35
benchmark_tagger.py:35:1: E402 Module level import not at top of file
|
|
ruff (E402):
benchmark_tagger.py#L34
benchmark_tagger.py:34:1: E402 Module level import not at top of file
|
|
ruff (E402):
benchmark_tagger.py#L33
benchmark_tagger.py:33:1: E402 Module level import not at top of file
|
|
ruff (E741):
benchmark_ood.py#L84
benchmark_ood.py:84:32: E741 Ambiguous variable name: `l`
|
|
ruff (E741):
benchmark_ood.py#L37
benchmark_ood.py:37:31: E741 Ambiguous variable name: `l`
|