Skip to content

Commit

Permalink
Disable docformatter for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Oct 21, 2023
1 parent 1273404 commit 500efa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -38,9 +38,9 @@ jobs:
- name: "Order of imports (isort)"
run: |
poetry run pre-commit run isort --all-files
- name: "Docstring formating (docformatter)"
run: |
poetry run pre-commit run docformatter --all-files
# - name: "Docstring formating (docformatter)"
# run: |
# poetry run pre-commit run docformatter --all-files
- name: "Potential security issues (bandit)"
run: |
poetry run pre-commit run bandit --all-files
Expand Down

0 comments on commit 500efa1

Please sign in to comment.