-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce uv and ruff formatting (#3823)
* Use ruff for formatting Some config changes are left to do * Switch from poetry to uv I dropped the Makefile because `uv run` does not require `poetry install` first, and because I think people should be aware of manage.py. I also bumped python to 3.13 as uv will install that for you automatically if needed. In the Dockerfile, everything got a bit simpler, (fewer stages) because uv can run while only being mounted, not actually written into the final image. * Fix test workflow * Update freezegun * Format * Fix randint in tests
- Loading branch information
Showing
160 changed files
with
2,063 additions
and
3,688 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.