Sfoglia il codice sorgente

Exclude venv/* from flake8 check

Kentaro Wada 7 anni fa
parent
commit
c796a32faf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -1,3 +1,3 @@
 [flake8]
-exclude = .anaconda3/*,.anaconda2/*,labelme/resources.py
+exclude = .anaconda3/*,.anaconda2/*,venv/*
 ignore = H304