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"