2020-02-21 10:34:08 -06:00
|
|
|
[bdist_wheel]
|
2013-12-23 16:30:09 +01:00
|
|
|
universal = 1
|
2014-02-14 10:41:28 +01:00
|
|
|
|
|
|
|
|
[bdist_rpm]
|
|
|
|
|
requires = python python-urllib3
|
2020-03-09 11:40:46 -05:00
|
|
|
|
|
|
|
|
[flake8]
|
|
|
|
|
ignore = E203, E266, E501, W503
|
2023-11-21 13:04:39 -05:00
|
|
|
max-line-length = 240
|
2020-05-19 12:53:24 -05:00
|
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
|
junit_family=legacy
|
2023-03-28 11:14:33 -07:00
|
|
|
asyncio_mode=auto
|
2021-01-13 14:21:04 -06:00
|
|
|
|
2023-11-21 13:04:39 -05:00
|
|
|
[isort]
|
2021-01-13 14:21:04 -06:00
|
|
|
profile=black
|
2022-02-24 12:47:57 -08:00
|
|
|
|
2023-11-21 13:04:39 -05:00
|
|
|
[black]
|
|
|
|
|
max-line-length = 240
|
|
|
|
|
target-version = 'py33'
|
|
|
|
|
|
2022-02-24 12:47:57 -08:00
|
|
|
[mypy]
|
|
|
|
|
ignore_missing_imports=True
|
2023-11-21 13:04:39 -05:00
|
|
|
|
|
|
|
|
|