1
1
mirror of https://github.com/sshuttle/sshuttle.git synced 2025-06-06 01:46:40 +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: exclude_dirs:
- sshuttle/tests - tests
skips: skips:
- B101 - B101
- B104 - B104