Files
opensearch-pyd/setup.cfg
T
Shivam Dhar 6ab90be906 adds IAM auth support
Signed-off-by: Shivam Dhar <dhshivam@amazon.com>
2022-03-09 13:12:45 -08:00

18 lines
215 B
INI

[bdist_wheel]
universal = 1
[bdist_rpm]
requires = python python-urllib3
[flake8]
ignore = E203, E266, E501, W503
[tool:pytest]
junit_family=legacy
[tool:isort]
profile=black
[mypy]
ignore_missing_imports=True