Skip to content

Commit

Permalink
fix: use pipx for yamllint (#3227)
Browse files Browse the repository at this point in the history
Fixes #2536
  • Loading branch information
jdx authored Nov 27, 2024
1 parent de3a209 commit f246584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ editLink: false
| xh | [ubi:ducaale/xh](https://github.com/ducaale/xh) [asdf:NeoHsu/asdf-xh](https://github.com/NeoHsu/asdf-xh) |
| yadm | [asdf:particledecay/asdf-yadm](https://github.com/particledecay/asdf-yadm) |
| yamlfmt | [aqua:google/yamlfmt](https://github.com/google/yamlfmt) [asdf:mise-plugins/asdf-yamlfmt](https://github.com/mise-plugins/asdf-yamlfmt) |
| yamllint | [asdf:ericcornelissen/asdf-yamllint](https://github.com/ericcornelissen/asdf-yamllint) |
| yamllint | [pipx:yamllint](https://pypi.org/project/yamllint) [asdf:ericcornelissen/asdf-yamllint](https://github.com/ericcornelissen/asdf-yamllint) |
| yamlscript | [asdf:FeryET/asdf-yamlscript](https://github.com/FeryET/asdf-yamlscript) |
| yarn | [asdf:mise-plugins/asdf-yarn](https://github.com/mise-plugins/asdf-yarn) |
| yay | [asdf:aaaaninja/asdf-yay](https://github.com/aaaaninja/asdf-yay) |
Expand Down
2 changes: 1 addition & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ xcresultparser.backends = ["asdf:MacPaw/asdf-xcresultparser"]
xh.backends = ["ubi:ducaale/xh", "asdf:NeoHsu/asdf-xh"]
yadm.backends = ["asdf:particledecay/asdf-yadm"]
yamlfmt.backends = ["aqua:google/yamlfmt", "asdf:mise-plugins/asdf-yamlfmt"]
yamllint.backends = ["asdf:ericcornelissen/asdf-yamllint"]
yamllint.backends = ["pipx:yamllint", "asdf:ericcornelissen/asdf-yamllint"]
yamlscript.backends = ["asdf:FeryET/asdf-yamlscript"]
yarn.backends = ["asdf:mise-plugins/asdf-yarn"]
yay.backends = ["asdf:aaaaninja/asdf-yay"]
Expand Down

0 comments on commit f246584

Please sign in to comment.