Skip to content

Commit

Permalink
exclude pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervh committed Dec 12, 2024
1 parent ae5ca3d commit 509e342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- name: Flake8 check
run: uv run flake8 src

- name: Pylint
run: uv run pylint src
# - name: Pylint
# run: uv run pylint src

- name: Pyroma
run: uv run pyroma
Expand Down

0 comments on commit 509e342

Please sign in to comment.