Skip to content

Commit

Permalink
removed unescessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
xnetcat committed Nov 15, 2024
1 parent 4b3f4f1 commit fd93fa1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/standard-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd93fa1

Please sign in to comment.