Skip to content

Commit

Permalink
add blackdoc pre-commit hook but skip it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Dec 11, 2024
1 parent a363ef9 commit e6eb75e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ repos:
types_or: [python, pyi]
exclude: .*

- repo: https://github.com/keewis/blackdoc
rev: v0.3.9
hooks:
- id: blackdoc
description: "Black for doctests"
additional_dependencies: ["black==24.10.0"]
exclude: .*
- id: blackdoc-autoupdate-black

- repo: https://github.com/pycqa/flake8
rev: 7.1.1
hooks:
Expand Down

0 comments on commit e6eb75e

Please sign in to comment.