Skip to content

Commit

Permalink
Adjust Python linter options
Browse files Browse the repository at this point in the history
  • Loading branch information
koverholt committed Aug 14, 2023
1 parent 29bb969 commit 676f7b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:

- uses: sunnysid3up/python-linter@master
name: Python Linter
with:
mypy-options: "--ignore-missing-imports --show-error-codes"
isort-options: "-w 100"

0 comments on commit 676f7b8

Please sign in to comment.