Skip to content

Commit 329b958

Browse files
author
Julien Lamour
authored
MNT: Add .pre-commit-hooks.yaml (#83)
1 parent 414739b commit 329b958

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-hooks.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- id: pdoc
2+
name: pdoc
3+
description: 'pdoc: Auto-generate API documentation for Python projects'
4+
entry: pdoc
5+
language: python
6+
language_version: python3
7+
require_serial: true
8+
types: [python]

0 commit comments

Comments
 (0)