The [linting script](https://github.com/tiangolo/full-stack-fastapi-postgresql/blob/490c554e23343eec0736b06e59b2108fdd057fdc/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/scripts/lint.sh) in backend is missing it's executable bit. This can easily be fixed with a `chmod +x ./backend/backend/scripts/lint.sh`
The linting script in backend is missing it's executable bit.
This can easily be fixed with a
chmod +x ./backend/backend/scripts/lint.sh