23611ebda4
Signed-off-by: saimedhi <saimedhi@amazon.com>
19 lines
233 B
INI
19 lines
233 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[bdist_rpm]
|
|
requires = python python-urllib3
|
|
|
|
[flake8]
|
|
ignore = E203, E266, E501, W503
|
|
|
|
[tool:pytest]
|
|
junit_family=legacy
|
|
asyncio_mode=auto
|
|
|
|
[tool:isort]
|
|
profile=black
|
|
|
|
[mypy]
|
|
ignore_missing_imports=True
|