This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
mirrors
/
borgmatic
réplica de
https://github.com/witten/borgmatic
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Add missing Bandit configuration file.
Dan Helfman
hai 2 semanas
pai
0d54fda27a
achega
392fbcd19f
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
3
0
.bandit
+ 3
- 0
.bandit
Ver ficheiro
@@ -0,0 +1,3 @@
+[bandit]
+exclude=tests
+skips=S105,S404