This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
bixel
/
dotfiles
espejo de
https://github.com/bixel/dotfiles.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fine tune flake8 config
Kevin Heinicke
hace 7 años
padre
c32f50db5a
commit
0733779bb0
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
flake8
+ 1
- 1
flake8
Ver fichero
@@ -1,3 +1,3 @@
[flake8]
select = C,E,F,W,B,B950
-ignore = E501,
F401
+ignore = E501,
W503