Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Aug 3, 2023
1 parent a4db1e3 commit 2c826b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ repos:
- id: cython-lint
args: [--no-pycodestyle]
- id: double-quote-cython-strings

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.35.0
hooks:
- id: markdownlint
# MD013: line too long
# MD033: no inline HTML
# MD041: first line in a file should be a top-level heading
args: [--disable, MD013, MD033, MD041, "--"]
exclude: ^(CHANGES.md)

0 comments on commit 2c826b3

Please sign in to comment.