Add PyPy 3.9 to the testing #80
test.yml
on: pull_request
codespell_and_ruff
6s
Matrix: test
Annotations
10 errors
Ruff (E401):
benchmark/dictionary.py#L1
benchmark/dictionary.py:1:1: E401 Multiple imports on one line
|
Ruff (E401):
benchmark/enron.py#L2
benchmark/enron.py:2:1: E401 Multiple imports on one line
|
Ruff (E401):
benchmark/marc21.py#L2
benchmark/marc21.py:2:1: E401 Multiple imports on one line
|
Ruff (F401):
benchmark/marc21.py#L4
benchmark/marc21.py:4:54: F401 `whoosh.query` imported but unused
|
Ruff (E713):
benchmark/marc21.py#L66
benchmark/marc21.py:66:25: E713 Test for membership should be `not in`
|
Ruff (E401):
benchmark/reuters.py#L1
benchmark/reuters.py:1:1: E401 Multiple imports on one line
|
Ruff (F401):
benchmark/reuters.py#L3
benchmark/reuters.py:3:38: F401 `whoosh.index` imported but unused
|
Ruff (F401):
benchmark/reuters.py#L3
benchmark/reuters.py:3:45: F401 `whoosh.qparser` imported but unused
|
Ruff (F401):
benchmark/reuters.py#L3
benchmark/reuters.py:3:54: F401 `whoosh.query` imported but unused
|
Ruff (F401):
benchmark/reuters.py#L5
benchmark/reuters.py:5:25: F401 `whoosh.util.now` imported but unused
|