2024-01-04 19:30:54 +00:00
|
|
|
[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
|
2024-02-08 20:52:08 +00:00
|
|
|
VAULT_URL=http://thisisntright:8200/
|
|
|
|
VAULT_TOKEN=thisisntright
|
2024-01-04 19:30:54 +00:00
|
|
|
|
|
|
|
[mypy]
|
|
|
|
|
|
|
|
[mypy-botocore.*]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-boto3.*]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
2024-02-08 20:52:08 +00:00
|
|
|
[mypy-hvac.*]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
2024-01-04 19:30:54 +00:00
|
|
|
[mypy-moto.*]
|
|
|
|
ignore_missing_imports = True
|