mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-24 01:18:46 +00:00

### Description Given that many of the options associated with the `Click` based cli ingest commands are added dynamically from a number of configs, a check was incorporated to make sure there were no duplicate entries to prevent new configs from overwriting already added options. ### Issues that were found and fixes: * duplicate api-key option set on Notion command conflicts with api key used for unstructured api. Added notion prefix. * retry logic configs had duplicates in biomed. Removed since this is not handled by the pipeline.
22 lines
382 B
INI
22 lines
382 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_
|
|
|
|
[autoflake]
|
|
expand_star_imports=true
|
|
ignore_pass_statements=false
|
|
recursive=true
|
|
quiet=true
|
|
remove_all_unused_imports=true
|
|
remove_unused_variables=true
|