Skip to content

Commit

Permalink
I don't care about long lines!
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaak-Malers committed Feb 22, 2024
1 parent e228ad3 commit 64fdbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Run PyLint on current directory
run: |
pylint ./*.py
pylint --disable=line-too-long ./*.py
- name: Run PyLint on test directory
run: |
pylint ./test/*.py
pylint --disable=line-too-long ./test/*.py

0 comments on commit 64fdbdc

Please sign in to comment.