Skip to content

Commit

Permalink
⬆️ bump mdformat to 0.7.21 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham authored Dec 19, 2024
2 parents 3980f6d + 05e9d31 commit d70087d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,12 @@ repos:
- id: markdownlint

- repo: https://github.com/executablebooks/mdformat
# NOTE: Don't bump to 0.7.20 !
# https://github.com/hukkin/mdformat/issues/501
rev: 0.7.19
rev: 0.7.21
hooks:
- id: mdformat
additional_dependencies:
- mdformat-gfm
- mdformat-gfm-alerts
- mdformat-pyproject

- repo: https://github.com/crate-ci/typos
rev: v1.28.4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ scipy = [
]
lint = [
{include-group = "scipy"},
"mdformat>=0.7.19,!=0.7.20", # https://github.com/hukkin/mdformat/issues/501
"mdformat>=0.7.21",
"mdformat-gfm>=0.4.1",
"mdformat-gfm-alerts>=1.0.1,<2",
"ruff>=0.8.4",
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

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

0 comments on commit d70087d

Please sign in to comment.