Ahora si pylint es feliz con todos los modulos :3

This commit is contained in:
Daniel Cortes
2020-06-07 22:37:38 -04:00
parent 4f5ec17815
commit 0d2a4a518d
6 changed files with 17 additions and 9 deletions

5
lint.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
(
. venv/bin/activate
pylint --load-plugins pylint_django fetcher lists musiclist users utils welcome
)