mwilbz / pylint_demo

Demo of pylint + mypy in a simple repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Demo of pylint + mypy in a simple repo


Languages

Language:Python 100.0%