Home / Python Linters & Style Checkers
58 Repositories
Sortby
flake8-mypy NOTE: THIS PROJECT IS DEAD It was created in early 2017 when Mypy performance was often insufficient for in-editor linting. The Flake8 plu
flake8-useless-assert flake8 plugin to catch useless assert statements Download or install on the PyPI page Violations Code Description Example ULA001
typedclasses Python classes with types validation at runtime. (Experimental & Under Development) Installation You can install this library using Pytho
mylint My really simple rendition of how a linter works. This original version was written for my AST article. Since then I've added tests and turned