2015-02-22 10:58:51 -05:00
|
|
|
[bdist_wheel]
|
2017-02-23 19:43:48 -05:00
|
|
|
universal=1
|
2020-10-06 08:04:09 +02:00
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
markers =
|
|
|
|
network: marks tests which require network connection
|
2021-01-26 12:37:03 +00:00
|
|
|
|
|
|
|
[coverage:run]
|
|
|
|
relative_files = True
|
2021-08-21 16:33:15 +01:00
|
|
|
|
2021-11-29 19:35:18 -01:00
|
|
|
[flake8]
|
|
|
|
ignore = W503,W605,E128,E501,E203,E266,E501,E231
|
|
|
|
exclude = moto/packages,dist
|
|
|
|
|
2021-08-21 16:33:15 +01:00
|
|
|
[pylint.'MESSAGES CONTROL']
|
|
|
|
disable = W,C,R,E
|
|
|
|
# Check we have any tests with duplicate names (causing them to be skipped)
|
2021-12-01 22:06:58 -01:00
|
|
|
enable = function-redefined, redefined-builtin, unused-variable, dangerous-default-value, super-with-arguments, W0401, W0402, W0403, W0404, W0406, W0611
|