Add pylint

This commit is contained in:
Zakhar Izmaylov
2024-11-22 21:34:56 +03:00
parent d1b7a01b4f
commit 1bc6224f6b
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -2,3 +2,4 @@ formatting:
@echo "Running black..." && black .
@echo "Running isort..." && isort .
@echo "Running flake8..." && flake8 --config .flake8
@echo "Running pylint..." && pylint .
+5 -1
View File
@@ -29,4 +29,8 @@ loguru
aiocryptopay
py3xui
sqlalchemy
robokassa
robokassa
flake8
black
isort
pylint