2020-10-06 06:04:09 +00: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 15:33:15 +00:00
|
|
|
|
2021-11-29 20:35:18 +00:00
|
|
|
[flake8]
|
|
|
|
ignore = W503,W605,E128,E501,E203,E266,E501,E231
|
2022-04-21 19:27:14 +00:00
|
|
|
exclude = moto/packages,dist,tests/terraformtests
|
2021-11-29 20:35:18 +00:00
|
|
|
|
2022-01-14 19:51:49 +00:00
|
|
|
[pylint.MASTER]
|
|
|
|
ignore-paths=moto/packages
|
|
|
|
|
2021-08-21 15:33:15 +00:00
|
|
|
[pylint.'MESSAGES CONTROL']
|
|
|
|
disable = W,C,R,E
|
2022-10-04 16:28:30 +00:00
|
|
|
# future sensible checks = super-init-not-called, unspecified-encoding, undefined-loop-variable
|
|
|
|
enable = arguments-renamed, dangerous-default-value, deprecated-module, function-redefined, import-self, redefined-builtin, redefined-outer-name, reimported, pointless-statement, super-with-arguments, unused-argument, unused-import, unused-variable, useless-else-on-loop, wildcard-import
|