GeistHaus
log in · sign up

Boring Python: code quality

b-list.org

This is the second in a series of posts I intend to write about how to build, deploy, and manage …

2 pages link to this URL
Code Formatting Configs in Django

There are a few code formatting tools I like to use in just about any Python (and Django) project: black, isort, and flake8. These all serve...