5 Commits
Author SHA1 Message Date
Julien Maupetit 9b1bc4b5cc 🚚(global) move favorite items API endpoint to /items/favorites/
To respect the globally used pattern, we can safely switch to a simpler
path.
2026-07-31 16:54:17 +02:00
Julien Maupetit d4a8c4585f 📝(backend) fix documented trashbin API endpoint
Endpoint does not target a specific item.
2026-07-31 16:54:17 +02:00
Julien Maupetit 42e2a4bb1a 🔧(backend) update maximal line length to 100
We should be consistent between tools configuration (ruff and pylint).
2026-03-11 16:37:10 +01:00
Julien Maupetit 088665c1cd 🚨(backend) activate pyflakes ruff rules
Activate pyflakes rules:
https://docs.astral.sh/ruff/rules/#pyflakes-f
2026-03-11 16:37:10 +01:00
Julien Maupetit 01dd5aed8d 🔧(project) split ruff check and fix actions
Separating static code analysis and fixing it in two distinct actions
offers more flexibility.
2026-03-11 16:37:10 +01:00