Skip to content

Commit

Permalink
Added a Python linter for code quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Noblesix960 committed Jul 27, 2024
1 parent 8726577 commit 55b9bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


0 comments on commit 55b9bc1

Please sign in to comment.