Skip to content

Commit

Permalink
Update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Feb 14, 2024
1 parent af4e2b4 commit 7b35683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: check docstrings
run: |
pydocstyle --version
pydocstyle -e --count --convention=google --add-ignore=D400,D415,D200,D212,D205,D417,D107
pydocstyle -e --count --convention=google --add-ignore=D400,D415,D200,D212,D205,D417,D107 pytaser
- name: black
run: |
black --version
Expand Down

0 comments on commit 7b35683

Please sign in to comment.