Skip to content

Commit

Permalink
Add poetry hash
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Oct 19, 2023
1 parent 1a107b6 commit 9bf091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/formatter_ecosystem_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ git -C "$dir/cpython" checkout -q b75186f69edcf54615910a5cd707996144163ef7
if [ ! -d "$dir/poetry/.git" ]; then
git clone --filter=tree:0 https://github.com/python-poetry/poetry "$dir/poetry"
fi
#git -C "$dir/poetry" checkout -q b75186f69edcf54615910a5cd707996144163ef7
git -C "$dir/poetry" checkout -q 611033a7335f3c8e2b74dd58688fb9021cf84a5b

# Uncomment if you want to update the hashes
#for i in "$dir"/*/; do git -C "$i" switch main && git -C "$i" pull; done
Expand Down

0 comments on commit 9bf091e

Please sign in to comment.