From 3d439f33d5614e4ad441a76c386f75848fe72648 Mon Sep 17 00:00:00 2001 From: Andrii Balitskyi <10balian10@gmail.com> Date: Thu, 4 Apr 2024 15:47:22 +0200 Subject: [PATCH] Remove --rcfile from lint command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e382cfa..b77a4ce 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ format: @poetry run black . lint: - @poetry run pylint ./seam ./test --rcfile ./.pylintrc + @poetry run pylint ./seam ./test @poetry run black --check . @poetry run rstcheck README.rst