diff --git a/.github/workflows/standard-checks.yml b/.github/workflows/standard-checks.yml index 4cb0801d0..f23e523b5 100644 --- a/.github/workflows/standard-checks.yml +++ b/.github/workflows/standard-checks.yml @@ -24,10 +24,6 @@ jobs: poetry env use "3.11" poetry install - - name: Check for docstring's - run: | - poetry run pylint --limit-inference-results 0 --enable missing-function-docstring missing-module-docstring missing-class-docstring empty-docstring --disable=all ./spotdl - - name: Run Pylint check run: | poetry run pylint --fail-under 10 --limit-inference-results 0 ./spotdl