20 open-source projects similar to smarkets/flake8-strict, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Flake8 Strict alternative.
An extension for flake8 to report on wrong class attributes order and class level logic.
This is a flake8 plugin that enforces a blank line after if/for/while/with/try blocks in Python code.
This is a flake8 plugin enforces 8-space indentation in function/class definitions in Python code.
Plugin for flake8 to warn the developer of the usage of datetime.utcnow().
This is a plugin for the Python code-checking tool Flake8 to encourage correct string literal concatenation.
Flake8 plugin that checks that the all the elements defined in the all list are strings. Sometimes the flake8 doesn't throw error from the init.py if the modules under all are not strings.
An extension for flake8 that forbids some imports statements in some modules.
Good code reads like a newspaper. Start with the highest abstraction, go to the details. This also enables to read the code without an editor.
A plugin for flake8 to ban the usage of unsafe naive datetime class.
A flake8 plugin that prevents you from writing "too many" bad codes.