소스 검색

Ignore .anaconda3/* for flake8

Kentaro Wada 7 년 전
부모
커밋
06226a0607
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -1,2 +1,2 @@
 [flake8]
-exclude = .anaconda2/*,labelme/*
+exclude = .anaconda3/*,.anaconda2/*,labelme/*