We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d5f70 commit 59d22beCopy full SHA for 59d22be
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 pyroma@latest -d .
+ @uvx --with=hatchling pyroma@latest -d .
104
@uvx check-python-versions@latest .
105
@uvx zpretty@latest --check src
106
0 commit comments