Explorar o código

Add 'make before-push' target.

Jelmer Vernooij %!s(int64=11) %!d(string=hai) anos
pai
achega
a07b1511f9
Modificáronse 1 ficheiros con 3 adicións e 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