-
-
Notifications
You must be signed in to change notification settings - Fork 208
Labels
EnhancementNew feature or request, including adjustments in current codesNew feature or request, including adjustments in current codes
Description
Is your feature request related to a problem? Please describe.
While trying to run ruff locally to lint and format the code, I noticed that I didn't have it installed. I thought that running make install would be enough to gather all necessary packages to develop and test the code in my computer. However, I had to run pip install -r requirements-tests.txt separately.
Describe the solution you'd like
pip install -r requirements-tests.txt should be included as a recipe in the make install target.
Additional context
No additional context.
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or request, including adjustments in current codesNew feature or request, including adjustments in current codes
Type
Projects
Status
Closed