Explorar el Código

Add 'make before-push' target.

Jelmer Vernooij hace 11 años
padre
commit
a07b1511f9
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -55,3 +55,6 @@ flakes:
 
 pep8:
 	$(PEP8) dulwich
+
+before-push: check
+	git diff origin/master | $(PEP8) --diff