diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 5a2fbf7..7113788 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -28,4 +28,4 @@ jobs: poetry install --with dev - name: Run the linting - run: poetry run pylint --fail-under=8 $(git ls-files '*.py') \ No newline at end of file + run: poetry run pylint --fail-under=9 $(git ls-files '*.py')