unstructured/setup.cfg
Nathan Van Gheem b092d45816
Remove unsupported chipper model (#3728)
The chipper model is no longer supported.
2024-10-17 17:40:45 +00:00

29 lines
526 B
INI

[metadata]
license_files = LICENSE.md
[flake8]
ignore = E203,E704,W503
max-line-length = 100
exclude =
.venv
unstructured-inference
per-file-ignores =
*: T20
[tool:pytest]
filterwarnings =
ignore::DeprecationWarning
python_classes = Test Describe
python_functions = test_ it_ they_ but_ and_
testpaths =
test_unstructured
test_unstructured_ingest
[autoflake]
expand_star_imports=true
ignore_pass_statements=false
recursive=true
quiet=true
remove_all_unused_imports=true
remove_unused_variables=true