Skip to content

Commit

Permalink
⏪ disallow mdformat==0.7.20, which is completely broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Dec 19, 2024
1 parent 24a7db1 commit 2d05c42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ repos:
- id: markdownlint

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.20
# NOTE: Don't bump to 0.7.20 !
# https://github.com/hukkin/mdformat/issues/501
rev: 0.7.19
hooks:
- id: mdformat
additional_dependencies:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ scipy = [
]
lint = [
{include-group = "scipy"},
"mdformat>=0.7.19,!=0.7.20", # https://github.com/hukkin/mdformat/issues/501
"mdformat-gfm>=0.4.1",
"mdformat-gfm-alerts>=1.0.1,<2",
"ruff>=0.8.4",
Expand Down
10 changes: 7 additions & 3 deletions uv.lock

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

0 comments on commit 2d05c42

Please sign in to comment.