This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
borgmatic
mirror of
https://github.com/witten/borgmatic
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add missing Bandit configuration file.
Dan Helfman
2 weeks ago
parent
0d54fda27a
commit
392fbcd19f
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
.bandit
+ 3
- 0
.bandit
View File
@@ -0,0 +1,3 @@
+[bandit]
+exclude=tests
+skips=S105,S404