Skip to content

Commit ab87cb1

Browse files
committed
chore(debug): disable pre-commit
1 parent 8e26c0d commit ab87cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ develop:
3232
# Set up python environment.
3333
setup:
3434
@echo "🔧 Setting up python environment"
35-
UV_CONCURRENT_BUILDS=1 uv sync --all-extras --group dev
35+
#UV_CONCURRENT_BUILDS=1 uv sync --all-extras --group dev
3636
#uv run pre-commit install
3737

3838

0 commit comments

Comments
 (0)