[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 VAULT_URL=http://thisisntright:8200/ VAULT_TOKEN=thisisntright [mypy] [mypy-botocore.*] ignore_missing_imports = True [mypy-boto3.*] ignore_missing_imports = True [mypy-hvac.*] ignore_missing_imports = True [mypy-moto.*] ignore_missing_imports = True