fix(linting): set the not to 10/10 on pylint
This commit is contained in:
parent
e0788137ff
commit
cebb1b0123
24 changed files with 663 additions and 538 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue