unstructured/setup.cfg

22 lines
382 B
INI
Raw Normal View History

2022-06-29 14:35:19 -04:00
[metadata]
license_files = LICENSE.md
[flake8]
max-line-length = 100
exclude =
.venv
2022-06-29 14:35:19 -04:00
[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