Explorar el Código

Move flake8 configuration to setup.cfg.

Jelmer Vernooij hace 6 años
padre
commit
9d1182c0fb
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 1 1
      Makefile
  2. 2 0
      setup.cfg

+ 1 - 1
Makefile

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

+ 2 - 0
setup.cfg

@@ -0,0 +1,2 @@
+[flake8]
+exclude = build,.git,build-pypy,.tox