fix(linting): set the not to 10/10 on pylint

This commit is contained in:
Romain J 2020-10-19 00:20:58 +02:00
commit cebb1b0123
24 changed files with 663 additions and 538 deletions

View file

@ -14,7 +14,7 @@ update:
# Blackify code
reformat:
$(PYTHON) -m black `git ls-files "*.py"`
$(PYTHON) -m black `git ls-files "*.py"` --line-length=79 && pylint tuxbot
# Translations
xgettext: