Browse Source

Ignore style errors under .tox/

Jelmer Vernooij 7 năm trước cách đây
mục cha
commit
117ddbe9cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -59,7 +59,7 @@ pep8:
 	$(PEP8) dulwich
 
 style:
-	$(FLAKE8) --exclude=build,.git,build-pypy
+	$(FLAKE8) --exclude=build,.git,build-pypy,.tox
 
 before-push: check
 	git diff origin/master | $(PEP8) --diff