cookiecutter-django/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}
Bruno Alla 69927387f8
Add type hint for UserFactory (#5312)
Since factory-boy 3.3.1, we can type annotate factories:

https://github.com/FactoryBoy/factory_boy/pull/1059

Setting that up for the only factory of the project
2024-08-21 10:35:20 +01:00
..
contrib Apply ruff to codebase 2024-02-13 11:59:55 +01:00
static Add more pre-commit hooks (#4266) 2023-04-15 12:15:15 +01:00
templates Fix missing extra_body block in allauth entrance.html 2024-08-19 21:54:05 -03:00
users Add type hint for UserFactory (#5312) 2024-08-21 10:35:20 +01:00
__init__.py Apply ruff to codebase 2024-02-13 11:59:55 +01:00
conftest.py Update ruff to 0.6.0 (#5300) 2024-08-15 16:36:59 +01:00