From 55b9bc1d8e8b5e66e101b81789e2e088e8b7ffbe Mon Sep 17 00:00:00 2001 From: Noble Date: Sat, 27 Jul 2024 11:31:12 +0200 Subject: [PATCH] Added a Python linter for code quality checks --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5df5b1..8f773ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,7 @@ jobs: with: source: "prank_line_crafter/" mypy-options: "--ignore-missing-imports --show-error-codes" + pylint-options: "--rcfile=.pylintrc" isort-options: "-w 100"