You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently running black, isort and ruff on the application code not on the test code.
This is resulting in a noticable difference in quality.
We need to adapt the github actions to run against the ./tests/ directory as well as the application code. Where we have a featurees directory as well please run the tools against those too.
What do do
Update makefile to run against additional locations.
Update github actions with damr logic.
Run make fmt against new locations and fix any issues flagged by make lint
Acceptance Criteria
Logic updated in make
Logic updated in actions
Linting issues addressed
The text was updated successfully, but these errors were encountered:
What is this
We're currently running black, isort and ruff on the application code not on the test code.
This is resulting in a noticable difference in quality.
We need to adapt the github actions to run against the ./tests/ directory as well as the application code. Where we have a featurees directory as well please run the tools against those too.
What do do
Update makefile to run against additional locations.
Update github actions with damr logic.
Run
make fmt
against new locations and fix any issues flagged bymake lint
Acceptance Criteria
The text was updated successfully, but these errors were encountered: