From ebc17d55bc47c5d28f88adcc14c6c66f85f91f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Kuti?= Date: Sun, 15 Oct 2023 21:26:07 +0200 Subject: [PATCH] Add missing check for linter configs --- tests/test_project_creation.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_project_creation.py b/tests/test_project_creation.py index 91784b9..6ab39c8 100644 --- a/tests/test_project_creation.py +++ b/tests/test_project_creation.py @@ -27,6 +27,8 @@ "setup.py", "tests", "pylintrc", + ".isort.cfg", + "mypy.ini", )