Metadata-Version: 2.1
Name: lintception
Version: 1.0.2
Summary: Runs a few popular linters in series (mypy, vulture, vermin, pylint), and also does some other checks.
Author-email: John Doknjas <jdoknjas@sfu.ca>
Project-URL: Homepage, https://github.com/johndoknjas/lintception
Keywords: linter,mypy,vulture,vermin,pylint,testing,linting,lintception
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mypy
Requires-Dist: vulture
Requires-Dist: vermin
Requires-Dist: pylint

# lintception

Runs a few popular linters in series (mypy, vulture, vermin, pylint), and also does some other checks.
