File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ yarn test # Run all tests in tests/
5050
5151# Shell linting
5252shellcheck < script> # Lint shell scripts
53+
54+ # Tooling maintenance
55+ yarn biome migrate --write # Update biome schema version
5356```
5457
5558## Pre-commit Hooks
@@ -140,7 +143,9 @@ SC2174 (mkdir -p -m), SC2016 (single-quote expressions).
140143- ** Vendor file** : ` local/bin/fzf-tmux ` is vendored from
141144 junegunn/fzf — do not modify.
142145- ** Fish config** : ` config/fish/ ` has its own config chain
143- (` config.fish ` , ` exports.fish ` , ` alias.fish ` ) plus 80+ functions.
146+ (` config.fish ` , ` exports.fish ` , ` alias.fish ` ) plus 60+ functions.
147+ - ** gh CLI config** : ` config/gh/hosts.yml ` is managed by ` gh ` CLI
148+ and excluded from prettier (see ` .prettierignore ` ).
144149- ** Python** : Two scripts (` x-compare-versions.py ` ,
145150 ` x-git-largest-files.py ` ) linted by Ruff (config in ` pyproject.toml ` ).
146151
You can’t perform that action at this time.
0 commit comments