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