1
1
mirror of https://github.com/sshuttle/sshuttle.git synced 2025-05-30 06:40:23 +02:00

updated bandit config

This commit is contained in:
Bastian Venthur 2018-10-15 12:02:56 +02:00 committed by Brian May
parent d085a419b2
commit c780597de3

@ -1,5 +1,5 @@
exclude_dirs:
- sshuttle/tests
- tests
skips:
- B101
- B104