Skip to content

Commit

Permalink
🔧 fix type checking with basedpyright in dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Oct 21, 2024
1 parent fb935c1 commit 8f4d096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies() {
echo "Cloning / installing all editable dependencies..."

for name in "${REPOS[@]}"; do
uv pip install -e "./$name"
uv pip install -e "./$name" --config-setting editable_mode=compat
install_precommit "$name"
done
}
Expand Down

0 comments on commit 8f4d096

Please sign in to comment.