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
Is your feature request related to a problem? Please describe.
Recently we've introduced the ruff formatter as the substitution to the black.
Ruff tool points to sanic folder and at the same time we can leverage this tool to ensure that example and scripts folder are complaint with flake rules and their formatting is consisted with the sanic package.
Describe the solution you'd like
Run ruff fix for the example and scripts folder and extend make command/ruff configuration to take into account folders mentioned above.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Recently we've introduced the ruff formatter as the substitution to the black.
Ruff tool points to sanic folder and at the same time we can leverage this tool to ensure that example and scripts folder are complaint with flake rules and their formatting is consisted with the sanic package.
Describe the solution you'd like
Run ruff fix for the example and scripts folder and extend make command/ruff configuration to take into account folders mentioned above.
Additional context
No response
The text was updated successfully, but these errors were encountered: