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 have introduced a variety of changes to our developer tooling recently. To be consistent with our active applications this template repo should be set up to use Poetry for dependency management, Ruff for linting and formatting, and pre-commit to ensure that checks are run frequently.
Plan/Design
Convert depdency management to use Poetry
Replace Black and Pylint with Ruff
Configure pre-commit to run linters and formatters
The text was updated successfully, but these errors were encountered:
Description/Context
We have introduced a variety of changes to our developer tooling recently. To be consistent with our active applications this template repo should be set up to use Poetry for dependency management, Ruff for linting and formatting, and pre-commit to ensure that checks are run frequently.
Plan/Design
The text was updated successfully, but these errors were encountered: