diff --git a/Makefile b/Makefile index 8049465..da03d39 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ update: # Blackify code reformat: - $(PYTHON) -m black `git ls-files "*.py"` --line-length=79 && pylint tuxbot + $(PYTHON) -m black `git ls-files "*.py"` --line-length=79 && $(PYTHON) -m pylint tuxbot # Translations xgettext: diff --git a/setup.cfg b/setup.cfg index cbbfc31..6ee8527 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ install_requires = humanize==2.6.0 jishaku>=1.19.1.200 psutil>=5.7.2 + pylint==2.6.0 rich>=6.0.0 structured_config>=4.12