Skip to content

Commit

Permalink
dont markdown lint vendored packages
Browse files Browse the repository at this point in the history
in this case the ckeditor prism README

Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Nov 19, 2023
1 parent 535718a commit 1573a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
hooks:
- id: pymarkdown
name: "check markdown"
exclude: ^.github/|CHANGELOG
exclude: ^.github/|CHANGELOG|^blog/static/
args: [-d, "MD046", scan]

- repo: https://github.com/python-poetry/poetry
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1573a70

Please sign in to comment.