Skip to content

Commit b0f3475

Browse files
committed
tooling(hook): add a check against docstring convention
1 parent 5adbaaf commit b0f3475

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,13 @@ repos:
6565
rev: 7.0.0
6666
hooks:
6767
- id: flake8
68+
additional_dependencies:
69+
- flake8-docstrings<2
6870
language: python
6971
args:
7072
- --config=setup.cfg
7173
- --select=E9,F63,F7,F82
74+
- --docstring-convention=google
7275

7376
ci:
7477
autofix_prs: true

0 commit comments

Comments
 (0)