Explorar el Código

Improve .flake8 to ignore all of the hidden files

Kentaro Wada hace 2 años
padre
commit
a5cca50965
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .flake8

+ 1 - 1
.flake8

@@ -1,3 +1,3 @@
 [flake8]
-exclude = .anaconda3/*
+exclude = .*/
 ignore = E203, E741, W503, W504