Skip to content

Commit 78c0144

Browse files
committed
chore: Remove unnecessary mdformat plugin
1 parent e801cbf commit 78c0144

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ repos:
8787
args: [--number, --end-of-line, keep]
8888
additional_dependencies:
8989
- setuptools # This is required since Python no longer installs setuptools by default in virtual environments
90-
- mdformat-admon
9190
- mdformat-beautysh
9291
# - mdformat-config
9392
- mdformat-footnote

workflows/publish-api-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ changes, usually a Workflow named `Check Public API for Breaking Changes`, see t
2828
>
2929
> - [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact)
3030
> - [tektronix/python-package-ci-cd/actions/fetch_pr_number](https://github.com/tektronix/python-package-ci-cd)
31-
> - [actions/github-script](https://github.com/actions/github-script)
31+
> - [actions/github-script](https://github.com/actions/github-script)
3232
> - [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment)
3333
>
3434
> See the [Workflow file][workflow-file] for the currently used versions of each GitHub Action.

workflows/publish-test-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Workflow named `Test code`, see the [example](#example) below for the correct ya
2727
>
2828
> - [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact)
2929
> - [tektronix/python-package-ci-cd/actions/fetch_pr_number](https://github.com/tektronix/python-package-ci-cd)
30-
> - [actions/github-script](https://github.com/actions/github-script)
30+
> - [actions/github-script](https://github.com/actions/github-script)
3131
> - [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment)
3232
>
3333
> See the [Workflow file][workflow-file] for the currently used versions of each GitHub Action.

0 commit comments

Comments
 (0)