keep-it-secret/setup.cfg

32 lines
618 B
INI
Raw Normal View History

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
2024-06-05 07:10:16 +00:00
junit_suite_name = keep_it_secret
2024-01-04 19:30:54 +00:00
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