Skip to content

Commit

Permalink
increased minimum score
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 authored Dec 20, 2023
1 parent 91c965d commit 30c543f
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 @@ -28,4 +28,4 @@ jobs:
poetry install --with dev
- name: Run the linting
run: poetry run pylint --fail-under=8 $(git ls-files '*.py')
run: poetry run pylint --fail-under=9 $(git ls-files '*.py')

0 comments on commit 30c543f

Please sign in to comment.