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.
uv run
--frozen
1 parent f0da1de commit 639ac00Copy full SHA for 639ac00
Makefile
@@ -393,11 +393,11 @@ lint-actions: ## lint action workflow files
393
.PHONY: lint-templates
394
lint-templates: .venv node_modules ## lint template files
395
@node tools/lint-templates-svg.js
396
- @uv run djlint $(shell find templates -type f -iname '*.tmpl')
+ @uv run --frozen djlint $(shell find templates -type f -iname '*.tmpl')
397
398
.PHONY: lint-yaml
399
lint-yaml: .venv ## lint yaml files
400
- @uv run yamllint -s .
+ @uv run --frozen yamllint -s .
401
402
.PHONY: watch
403
watch: ## watch everything and continuously rebuild
0 commit comments