django-jazzmin
django-jazzmin copied to clipboard
Improve static code checks
- Adds type checks with mypy
- Adds types
- Fixes flake8 issues
Nice change. Great to have mypy in this repo!
Curious - should we look at adding ruff
as well to this repo so we can remove, black, flake8 and isort? Happy to raise a PR for that.