Closed l1storez closed 3 years ago
What's wrong with pylint?(Executable pylint
not found)
What's wrong with pylint?(Executable
pylint
not found)
You didn't install it in the GitHub Actions workflow so pre-commit cannot execute it.
No:)
I don`t have these pylint errors locally(import-error)
I don`t have these pylint errors locally(import-error)
Probably because you have Django installed in that env but it's missing from the CI.
Okay, how to fix that problem here?
The same way as with pylint.
What env? Pyenv?
In GHA.
Create the skeleton of a Django Project Without "STATIC_ROOT = os.path.join(BASE_DIR, 'static')"