Skip to content

Commit 59d22be

Browse files
committed
add hatchling to check
1 parent b6d5f70 commit 59d22be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ create-site: $(VENV_FOLDER) instance/etc/zope.ini ## Create a new site from scra
100100
lint: ## Check and fix code base according to Plone standards
101101
@echo "$(GREEN)==> Lint codebase$(RESET)"
102102
@uvx ruff@latest check --fix --config $(BACKEND_FOLDER)/pyproject.toml
103-
@uvx pyroma@latest -d .
103+
@uvx --with=hatchling pyroma@latest -d .
104104
@uvx check-python-versions@latest .
105105
@uvx zpretty@latest --check src
106106

0 commit comments

Comments
 (0)