26 lines
468 B
INI
26 lines
468 B
INI
|
[flake8]
|
||
|
exclude = docs/
|
||
|
ignore = E131,E123
|
||
|
max-line-length = 119
|
||
|
hang-closing = False
|
||
|
|
||
|
[tool:pytest]
|
||
|
addopts = --disable-warnings
|
||
|
env =
|
||
|
KEEP_IT_SECRET_TESTS_SPAM=spam
|
||
|
AWS_ACCESS_KEY_ID=thisisntright
|
||
|
AWS_SECRET_ACCESS_KEY=thisisntright
|
||
|
AWS_SESSION_TOKEN=thisisntright
|
||
|
AWS_DEFAULT_REGION=eu-central-1
|
||
|
|
||
|
[mypy]
|
||
|
|
||
|
[mypy-botocore.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-boto3.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-moto.*]
|
||
|
ignore_missing_imports = True
|