This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
borgmatic
espejo de
https://github.com/witten/borgmatic
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Add missing Bandit configuration file.
Dan Helfman
hace 1 mes
padre
0d54fda27a
commit
392fbcd19f
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
.bandit
+ 3
- 0
.bandit
Ver fichero
@@ -0,0 +1,3 @@
+[bandit]
+exclude=tests
+skips=S105,S404