6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
(
|
|
. venv/bin/activate
|
|
pylint --load-plugins pylint_django fetcher lists musiclist users utils welcome
|
|
)
|