mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-02 02:53:31 +00:00
24 lines
479 B
INI
24 lines
479 B
INI
[metadata]
|
|
license_files = LICENSE.md
|
|
|
|
[flake8]
|
|
max-line-length = 100
|
|
exclude =
|
|
.venv
|
|
|
|
[tool:pytest]
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
python_classes = Test Describe
|
|
python_functions = test_ it_ they_ but_ and_
|
|
markers =
|
|
chipper: mark a test as running chipper, which tends to be slow and compute-heavy.
|
|
|
|
[autoflake]
|
|
expand_star_imports=true
|
|
ignore_pass_statements=false
|
|
recursive=true
|
|
quiet=true
|
|
remove_all_unused_imports=true
|
|
remove_unused_variables=true
|