start ruff github-action #2
Annotations
10 errors and 1 warning
Ruff (E741):
scripts/build_dictionary.py#L63
scripts/build_dictionary.py:63:17: E741 Ambiguous variable name: `l`
|
Ruff (E713):
scripts/build_dictionary.py#L317
scripts/build_dictionary.py:317:16: E713 Test for membership should be `not in`
|
Ruff (F401):
spellchecker/__init__.py#L4
spellchecker/__init__.py:4:5: F401 `spellchecker.info.__author__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
spellchecker/__init__.py#L5
spellchecker/__init__.py:5:5: F401 `spellchecker.info.__maintainer__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
spellchecker/__init__.py#L6
spellchecker/__init__.py:6:5: F401 `spellchecker.info.__email__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
spellchecker/__init__.py#L7
spellchecker/__init__.py:7:5: F401 `spellchecker.info.__license__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
spellchecker/__init__.py#L8
spellchecker/__init__.py:8:5: F401 `spellchecker.info.__version__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
spellchecker/__init__.py#L9
spellchecker/__init__.py:9:5: F401 `spellchecker.info.__credits__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
spellchecker/__init__.py#L10
spellchecker/__init__.py:10:5: F401 `spellchecker.info.__url__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
spellchecker/__init__.py#L11
spellchecker/__init__.py:11:5: F401 `spellchecker.info.__bugtrack_url__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|