6ab90be906
Signed-off-by: Shivam Dhar <dhshivam@amazon.com>
18 lines
215 B
INI
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
|