mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add setup.py to pep8+pyflakes hook, fix it
This commit is contained in:
parent
eb81375630
commit
880f75110e
2 changed files with 22 additions and 21 deletions
|
@ -6,7 +6,7 @@
|
|||
# Redirect output to stderr.
|
||||
exec 1>&2
|
||||
|
||||
FILES="fdroid makebuildserver examples/*.py buildserver/*.py fdroidserver/*.py"
|
||||
FILES="fdroid makebuildserver setup.py examples/*.py buildserver/*.py fdroidserver/*.py"
|
||||
|
||||
cmd_exists() {
|
||||
command -v $1 1>/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue