Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
build(pre-commit): update pydocstyle hook
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Nov 30, 2021
1 parent 5074d09 commit b04be0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -21,7 +21,7 @@ repos:
- id: pydocstyle
additional_dependencies:
- '.[toml]'
exclude: ^(src/com/|src/java/|src/javax/|src/org)
exclude: ^(src/com/|src/java/|src/javax/|src/org/)
- repo: local
hooks:
- id: pylint
Expand Down

0 comments on commit b04be0b

Please sign in to comment.