iplweb / django-password-policies-iplweb

Django unicode-aware password policies.
Other
7 stars 21 forks source link

Update pre commit, lint files and fix docs #39

Open mikemanger opened 3 months ago

mikemanger commented 3 months ago

I've ported most of the old flake8/black/isort config to ruff and added flake8-django to the linting config. I've run this config on all files which only brought out one minor user facing change: adding __str__() definitions to the models.

The changes are minor so I'm not sure it warrants a new release however it might be good to update the documentation pages as they're currently out of date.