Skip to content

Commit

Permalink
chore: simplify render:settings task (#3142)
Browse files Browse the repository at this point in the history
* chore: simplify render:settings task

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
jdx and autofix-ci[bot] authored Nov 22, 2024
1 parent 32d7889 commit 2a78871
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 425 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-toml
- id: check-json
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ docs/registry.md
docs/.vitepress/cache
docs/.vitepress/dist
docs/public/site.webmanifest
schema/mise.json.hbs
tasks.md
tasks/fig/src/mise.ts
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@tsconfig/node18": "^18.2.4",
"@withfig/autocomplete-tools": "^2.10.0",
"@withfig/autocomplete-types": "^1.31.0",
"handlebars": "^4.7.8",
"toml": "^3.0.0",
"ts-pattern": "^5.4.0",
"tsx": "^4.19.1",
Expand Down
4 changes: 2 additions & 2 deletions schema/mise.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
},
"ignored_config_paths": {
"default": [],
"description": "This is a list of config paths that mise will ignore. This only works as an env var.",
"description": "This is a list of config paths that mise will ignore.",
"type": "array",
"items": {
"type": "string"
Expand Down Expand Up @@ -541,7 +541,7 @@
},
"trusted_config_paths": {
"default": [],
"description": "This is a list of config paths that mise will automatically mark as trusted. This only works as an env var.",
"description": "This is a list of config paths that mise will automatically mark as trusted.",
"type": "array",
"items": {
"type": "string"
Expand Down
Loading

0 comments on commit 2a78871

Please sign in to comment.