flake8-tergeo

flake8-tergeo is a flake8 plugin which adds many new rules to improve your code quality. Out of the box it also brings a curated lists of other plugins without additional efforts needed. In difference to other projects, the list of included plugins is rather small and actively maintained.

The included plugins and checks are opinionated, meaning that e.g. f-strings are preferred. Therefore, checks to find other formatting methods are included but none, to find f-strings.

Also, code formatters like black and isort are recommended; therefore no code formatting rules are included.