moto/setup.cfg

22 lines
711 B
INI
Raw Normal View History

2015-02-22 15:58:51 +00:00
[bdist_wheel]
universal=1
2020-10-06 06:04:09 +00:00
[tool:pytest]
markers =
network: marks tests which require network connection
[coverage:run]
relative_files = True
2021-11-29 20:35:18 +00:00
[flake8]
ignore = W503,W605,E128,E501,E203,E266,E501,E231
exclude = moto/packages,dist
2022-01-14 19:51:49 +00:00
[pylint.MASTER]
ignore-paths=moto/packages
[pylint.'MESSAGES CONTROL']
disable = W,C,R,E
# future sensible checks = super-init-not-called, useless-else-on-loop, pointless-statement, redefined-outer-name, unspecified-encoding, undefined-loop-variable
enable = arguments-renamed, dangerous-default-value, deprecated-module, function-redefined, import-self, redefined-builtin, reimported, super-with-arguments, unused-argument, unused-import, unused-variable, wildcard-import