put isort and pep8 in check.sh

Brightcells %!s(int64=9) %!d(string=hace) años
padre
commit
95c1d32792
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      check.sh

+ 9 - 0
check.sh

@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+
3
+echo '>> iSort'
4
+./isort.sh
5
+echo
6
+
7
+echo '>> PEP8'
8
+./pep8.sh
9
+echo