We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d748b commit b4dcbeeCopy full SHA for b4dcbee
‎project_name/justfile.jinja‎
@@ -35,7 +35,8 @@ deps-update: && deps-list-outdated
35
uv sync --upgrade
36
uv run -- \
37
pre-commit autoupdate -j \
38
- "$( (uname -s | grep -q Linux && nproc) || (uname -s | grep -q Darwin && sysctl -n hw.ncpu) || echo 1 )"
+ "$( (uname -s | grep -q Linux && nproc) || (uname -s | grep -q Darwin && sysctl -n hw.ncpu) || echo 1 )" \
39
+ | grep -v 'appears to be a mutable reference'
40
uvx sync-with-uv
41
uvx sync-pre-commit-deps --yaml-mapping 2 --yaml-sequence 4 --yaml-offset 2 .pre-commit-config.yaml || { \
42
echo "Note: '.pre-commit-config.yaml' changed, and might lost its formatting." \
0 commit comments