Skip to content

Commit b6d5f70

Browse files
committed
revert
1 parent 1b00c6f commit b6d5f70

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 --with hatchling --with pip pyroma@latest -d .
103+
@uvx pyroma@latest -d .
104104
@uvx check-python-versions@latest .
105105
@uvx zpretty@latest --check src
106106

0 commit comments

Comments
 (0)