AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.39k stars 172 forks source link

Reformat docs/conf.py for latest version of black. #250

Closed sdolemelipone closed 2 years ago

sdolemelipone commented 2 years ago

This occurred because we don't use specific version of black (or isort / flake8). Should we?

lorddaedra commented 2 years ago

My two cents:

I'm big fan of https://wemake-python-styleguide.readthedocs.io/en/latest/ I like this idea: "Rely on strict linters, not auto-formatters."