We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c6b77 commit 5a3566bCopy full SHA for 5a3566b
Makefile
@@ -42,7 +42,7 @@ define lint_target
42
endef
43
44
lint:
45
- python scripts/sort_tags.py
+ poetry run python scripts/sort_tags.py
46
poetry sort
47
npx prettier --write "**/*.{ts,tsx,css,json,yaml,yml,md}"
48
$(call lint_target,.)
0 commit comments