We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414739b commit 329b958Copy full SHA for 329b958
.pre-commit-hooks.yaml
@@ -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