-
Notifications
You must be signed in to change notification settings - Fork 369
Open
Open
Copy link
Labels
A-test-cli-gentestArea: execution spec tests gentest moduleArea: execution spec tests gentest moduleA-test-cli-makeArea: execution spec tests make cli interfaceArea: execution spec tests make cli interface
Description
For developers, who have cloned ethereum/execution-specs, generated code should be formatted by ruff using the settings from pyproject.toml. Then's it ready to check-in and passes checks.
However, for package users, to avoid adding ruff as a dependency package, it seems fine to simply skip this step, especially since this means we can skip adding ruff as a package dependency.
As part of this work, we should remove the addition of the lint dependency group from tests_pytest_pypy3 tox env:
Lines 32 to 34 in 38c7298
| dependency_groups = | |
| test | |
| lint # TODO: add ruff for gentest; remove as part of ethereum/execution-specs#1715 |
Metadata
Metadata
Assignees
Labels
A-test-cli-gentestArea: execution spec tests gentest moduleArea: execution spec tests gentest moduleA-test-cli-makeArea: execution spec tests make cli interfaceArea: execution spec tests make cli interface