Skip to content

Commit

Permalink
Add .pre-commit-hooks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainTT committed Jul 19, 2023
1 parent 89c3cb8 commit ae7cc9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: pydoc-markdown
name: pydoc-markdown
description: >-
Run pydoc-markdown. Use a configuration file
or command line arguments to get a custom behavior.
entry: pydoc-markdown
language: python
language_version: python3
types_or: [python, pyi]
require_serial: true

0 comments on commit ae7cc9b

Please sign in to comment.