We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b00c6f commit b6d5f70Copy full SHA for b6d5f70
1 file changed
Makefile
@@ -100,7 +100,7 @@ create-site: $(VENV_FOLDER) instance/etc/zope.ini ## Create a new site from scra
100
lint: ## Check and fix code base according to Plone standards
101
@echo "$(GREEN)==> Lint codebase$(RESET)"
102
@uvx ruff@latest check --fix --config $(BACKEND_FOLDER)/pyproject.toml
103
- @uvx --with hatchling --with pip pyroma@latest -d .
+ @uvx pyroma@latest -d .
104
@uvx check-python-versions@latest .
105
@uvx zpretty@latest --check src
106
0 commit comments