From 1bc6224f6b648e98beefa5e8cc3702454a7fd265 Mon Sep 17 00:00:00 2001 From: Zakhar Izmaylov Date: Fri, 22 Nov 2024 21:34:56 +0300 Subject: [PATCH] Add pylint --- Makefile | 1 + requirements.txt | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12da8fd2..1fb029e1 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,4 @@ formatting: @echo "Running black..." && black . @echo "Running isort..." && isort . @echo "Running flake8..." && flake8 --config .flake8 + @echo "Running pylint..." && pylint . diff --git a/requirements.txt b/requirements.txt index e3e0f098..13698702 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,4 +29,8 @@ loguru aiocryptopay py3xui sqlalchemy -robokassa \ No newline at end of file +robokassa +flake8 +black +isort +pylint \ No newline at end of file