Skip to content

Commit

Permalink
🩹 Fix xrepo of npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 23, 2025
1 parent d221e48 commit 8cea80a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
args:
- --msg-filename
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.0.3
rev: 3.1.2
hooks:
- id: editorconfig-checker
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand All @@ -51,7 +51,7 @@ repos:
exclude_types:
- zsh
- repo: https://github.com/rhysd/actionlint
rev: v1.7.5
rev: v1.7.7
hooks:
- id: actionlint
- repo: https://github.com/adrienverge/yamllint
Expand All @@ -76,30 +76,30 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.17.0
rev: v0.17.2
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/perltidy/perltidy
rev: "20240903.09"
rev: "20250105.02"
hooks:
- id: perltidy
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.10.0-2
hooks:
- id: shfmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.9.2
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.391
rev: v1.1.392
hooks:
- id: pyright
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.5
rev: v19.1.7
hooks:
- id: clang-format
exclude_types:
Expand All @@ -110,7 +110,7 @@ repos:
hooks:
- id: luacheck
- repo: https://github.com/NixOS/nixfmt
rev: cb92834560306868e4020dd643f09482587c6e7a
rev: 8d4bd690c247004d90d8554f0b746b1231fe2436
hooks:
- id: nixfmt

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"keywords": ["xmake"],
"bin": {
"xmake": "bin/xmake",
"xrepo": "bin/xrepo"
"xrepo": "bin/xmake"
},
"devDependencies": {
"biome": "^0.3.3",
Expand Down

0 comments on commit 8cea80a

Please sign in to comment.