This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
mirrors
/
borgmatic
mirror of
https://github.com/witten/borgmatic
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Add missing Bandit configuration file.
Dan Helfman
2 tuần trước cách đây
mục cha
0d54fda27a
commit
392fbcd19f
1 tập tin đã thay đổi
với
3 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
3
0
.bandit
+ 3
- 0
.bandit
Xem Tập Tin
@@ -0,0 +1,3 @@
+[bandit]
+exclude=tests
+skips=S105,S404