We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84eb7cb commit ecb8532Copy full SHA for ecb8532
Makefile
@@ -20,6 +20,7 @@ install: install-node install-python .git/hooks/pre-commit
20
lint:
21
@version=$$(pyenv versions --bare | grep '^3\.10' | sort -rV | head -n 1) && \
22
pyenv local $$version && \
23
+ poetry install --no-root && \
24
npm run lint && \
25
find . -name '*.py' \
26
-not -path '*/.venv/*' \
0 commit comments