Skip to content

Commit

Permalink
remove markdown from pre-commit checks
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
  • Loading branch information
seapagan committed Aug 19, 2024
1 parent 521516b commit 18ba152
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ repos:
- id: ruff-format
name: "format with ruff"

- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.22
hooks:
- id: pymarkdown
name: "check markdown"
exclude: ^.github/|CHANGELOG|README
args: [-d, "MD046", scan]
# - repo: https://github.com/jackdewinter/pymarkdown
# rev: v0.9.22
# hooks:
# - id: pymarkdown
# name: "check markdown"
# exclude: ^.github/|CHANGELOG|README
# args: [-d, "MD046", scan]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.1" # Use the sha / tag you want to point at
Expand Down Expand Up @@ -54,7 +54,7 @@ repos:
# "requirements.txt",
# "--without",
# "dev",
# ]
# ]
- id: poetry-export
name: "export development dependencies"
args:
Expand Down

0 comments on commit 18ba152

Please sign in to comment.