Skip to content

Commit

Permalink
🐛 fix: Adjusted pylint score to 8 from 9 to check
Browse files Browse the repository at this point in the history
Signed-off-by: Devanand Premkumar <42059413+DevaOnBreaches@users.noreply.github.com>
  • Loading branch information
DevaOnBreaches authored May 29, 2024
1 parent 4c8568e commit f041fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Run Pylint
run: |
pylint --fail-under=9 $(git ls-files '*.py')
pylint --fail-under=8 $(git ls-files '*.py')

0 comments on commit f041fbf

Please sign in to comment.