mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2026-01-05 20:00:56 +00:00
test:fix lint errors
This commit is contained in:
parent
bb26603a30
commit
5e60942960
4
Makefile
4
Makefile
@ -198,6 +198,10 @@ test-extra-pypandoc:
|
||||
test-extra-xlsx:
|
||||
PYTHONPATH=. CI=$(CI) ${PYTHON} -m pytest test_unstructured/partition/test_xlsx.py
|
||||
|
||||
.PHONY: test-text-extraction-evaluate
|
||||
test-text-extraction-evaluate:
|
||||
PYTHONPATH=. CI=$(CI) ${PYTHON} -m pytest test_unstructured/metrics/test_text_extraction.py
|
||||
|
||||
## check: runs linters (includes tests)
|
||||
.PHONY: check
|
||||
check: check-ruff check-black check-flake8 check-version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user