Skip to content

Commit

Permalink
Build changes to work around upstream packaging issue in poetry/isort…
Browse files Browse the repository at this point in the history
… package described here PyCQA/isort#2083
  • Loading branch information
nyreed committed Apr 30, 2023
1 parent 87aca04 commit 7caaa58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
click>=8.*
openai
pre-commit
5 changes: 3 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ main(){
source .venv/bin/activate

pip3 install -r requirements.txt
pre-commit install
pre-commit run --all-files
python -m pre_commit autoupdate
python -m pre_commit install
python -m pre_commit run --all-files
}

main "$@"

0 comments on commit 7caaa58

Please sign in to comment.