From 42e2d04a9e8b9a762589b9a6d026fc21974380aa Mon Sep 17 00:00:00 2001 From: Romain J Date: Tue, 20 Oct 2020 23:49:46 +0200 Subject: [PATCH] fix(make): add pylint to absolute path from venv --- Makefile | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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