You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifcommand -v entr > /dev/null;then find . -type f -not -path '*/\.*'| grep -i '.*[.][py]'| entr -c make flake8;else make flake8;echo"\nInstall entr(1) to automatically run tests on file change.\n See http://entrproject.org/";fi
23
+
ifcommand -v entr > /dev/null;then find . -type f -not -path '*/\.*'| grep -i '.*[.][py]'| entr -c make flake8;else make flake8;echo"\nInstall entr(1) to automatically run tests on file change.\n See http://entrproject.org/";fi
0 commit comments