mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[GH-ISSUE #19] Setup linting and/or autoformatting for backend #21
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EddieTheCubeHead on GitHub (Jan 17, 2024).
Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/19
Ruff has autoformat now (!) https://docs.astral.sh/ruff/settings/#format
Could use that as a part of the solution. Maybe black lint on CI/CD run and a way to run black format locally or even on save for PyCharm users (https://github.com/koxudaxi/ruff-pycharm-plugin maybe?)
Acceptance criteria: Linter run on CI/CD run in github
Optional acceptance criteria: Way to run black autoformat locally either manually or on save