Skip to content

Commit

Permalink
exclude api docs from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 21, 2023
1 parent 440dcf0 commit 8c5ed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_commit_msg: "chore: update pre-commit hooks"
autofix_commit_msg: "style: pre-commit fixes"

exclude: docs/index.md
exclude: docs/index.md | docs/api/

repos:
# - repo: https://github.com/psf/black-pre-commit-mirror
Expand Down

0 comments on commit 8c5ed74

Please sign in to comment.