瀏覽代碼

Improve .flake8 to ignore all of the hidden files

Kentaro Wada 2 年之前
父節點
當前提交
a5cca50965
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .flake8

+ 1 - 1
.flake8

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