Skip to content

Commit

Permalink
fix: pass yamlfmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaRuecker authored and DanielaRuecker committed Sep 14, 2022
1 parent 28843c5 commit fe5cbd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ repos:
rev: 6.1.1
hooks:
- id: pydocstyle
args: [--ignore=D100,D104]
args:
- --ignore=D100,D104

- repo: https://github.com/PyCQA/pylint
rev: v2.13.8
Expand Down

0 comments on commit fe5cbd6

Please sign in to comment.