Skip to content

Commit

Permalink
run poe format with the latest mdformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Nov 20, 2024
1 parent 74c0075 commit 14d428b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
- id: markdownlint

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.19
hooks:
- id: mdformat
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ This will run `stubtest` in parallel on all supported Python versions, as well a

### Improving The Documentation

All \[documentation\] lives in the `README.md`. Please read it carefully before
All [documentation] lives in the `README.md`. Please read it carefully before
proposing any changes. Ensure that the markdown is formatted correctly with
[markdownlint](https://github.com/DavidAnson/markdownlint/tree/main).

Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ add_one([]) # type: ignore[arg-type] # pyright: ignore[reportArgumentType]
If the input is accepted, mypy will report that there's an unused ignore comment, because
[`warn_unused_ignores = true`][mypy-warn-ignore] has been set in the mypy configuration.
In the same way, pyright requires that the ignored error is actually reported because it
is configured with [`reportUnnecessaryTypeIgnoreComment = true`][bpr-rules] and
is configured with [`reportUnnecessaryTypeIgnoreComment = true`][bpr-rules] and
[`enableTypeIgnoreComments = false`][bpr-rules].

[assert_type]: https://docs.python.org/3/library/typing.html#typing.assert_type
Expand Down

0 comments on commit 14d428b

Please sign in to comment.