4 projects
flake8-import-restrictions
A flake8 plugin used to disallow certain forms of imports.
flake8-classmethod-staticmethod
flake8 plugin that checks rules regarding the staticmethod and classmethod decorators.
flake8-typing-collections
A flake8 plugin that checks the use of type alternatives from the typing module over actual run time types, especially from the collections module.
flake8-multiline-conditionals-comprehensions
A flake8 plugin to make sure complex conditional expressions and comprehension expressions are split over several lines.