Files
hacs_waste_collection_schedule/tests/bandit.yaml
2023-10-21 14:40:07 +01:00

18 lines
189 B
YAML

# https://bandit.readthedocs.io/en/latest/config.html
tests:
- B108
- B306
- B307
- B313
- B314
- B315
- B316
- B317
- B318
- B319
- B320
# - B325
- B602
- B604