1
1
mirror of https://github.com/sshuttle/sshuttle.git synced 2025-02-23 22:01:02 +01:00
sshuttle/bandit.yml
2018-10-17 20:52:04 +11:00

10 lines
85 B
YAML

exclude_dirs:
- tests
skips:
- B101
- B104
- B404
- B603
- B606
- B607