mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-04-28 07:04:47 +00:00
5 lines
178 B
Bash
Executable file
5 lines
178 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo -e "\nRunning: (pep8 --show-source --show-pep8 --select=errors --testsuite=.)\n\n"
|
|
pep8 --show-source --show-pep8 --select=errors --testsuite=./
|
|
echo -e "\n\n"
|