fix(make): add pylint to absolute path from venv

This commit is contained in:
Romain J 2020-10-20 23:49:46 +02:00
parent 7d67b8d581
commit 42e2d04a9e
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -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