We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3adf39 commit 0154c54Copy full SHA for 0154c54
.github/workflows/tests.yml
@@ -61,7 +61,7 @@ jobs:
61
install-only: true
62
- name: run prek with plugin
63
run: |
64
- prek run --config .prek-test.yaml --all-files --verbose --show-diff-on-failure
+ prek run --config .pre-commit-test.yaml --all-files --verbose --show-diff-on-failure
65
66
publish:
67
name: Publish to PyPi
mdformat_mkdocs/__init__.py
@@ -1,6 +1,6 @@
1
"""An mdformat plugin for `mkdocs`."""
2
3
-__version__ = "4.5.0"
+__version__ = "4.5.1"
4
5
__plugin_name__ = "mkdocs"
6
0 commit comments