JamesDevJim / game-zulu

First game of the coolest project
0 stars 1 forks source link

Set up pylint #9

Open shuttle1987 opened 4 years ago

shuttle1987 commented 4 years ago

Running pylint -E is a great way to find errors in your code fast without having to run it.

JamesDevJim commented 4 years ago

This is GOLD!

shuttle1987 commented 4 years ago

To install use this:

pip install pylint

Put the requirement in dev requirements