Skip to content

Commit

Permalink
trying more linters (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 authored Aug 15, 2024
1 parent 058e5ff commit 8bd5449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
linter: [
# "pylint",
# "pycodestyle",
# "flake8",
"pylint",
"pycodestyle",
"flake8",
"mypy",
"isort"
]
Expand Down

0 comments on commit 8bd5449

Please sign in to comment.