https://github.com/solvro/backend-led-cube
https://github.com/solvro/backend-led-cube
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/solvro/backend-led-cube
- Owner: Solvro
- Created: 2024-11-26T22:28:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T18:35:55.000Z (about 1 year ago)
- Last Synced: 2025-11-14T11:34:58.525Z (7 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend Led Cube
## For developers
### Gitflow, branch and commit naming
- https://www.conventionalcommits.org/en/v1.0.0/
- https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
### Before pull request run formatters
- run `isort .`
- run `black .`