This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
mengxi
/
labelmeWithAI
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Improve .flake8 to ignore all of the hidden files
Kentaro Wada
%!s(int64=2) %!d(string=hai) anos
pai
4c98193b7e
achega
a5cca50965
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
.flake8
+ 1
- 1
.flake8
Ver ficheiro
@@ -1,3 +1,3 @@
[flake8]
-exclude = .
anaconda3/*
+exclude = .
*/
ignore = E203, E741, W503, W504