/pylint_demo

Demo of pylint + mypy in a simple repo

Primary LanguagePython

Pylint Demo

A simple demo repository for how to set up Pylint and Mypy.

Usage

Make sure you have pylint and mypy installed, and then run:

pylint pylint_demo/

mypy pylint_demo/