Skip to content

Commit

Permalink
Add non-interactive flag to mypy types install
Browse files Browse the repository at this point in the history
The script will pause and ask for user input without this flag.
  • Loading branch information
felddy committed Aug 26, 2024
1 parent 5065f48 commit 77015b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-env
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ for req_file in "requirements-dev.txt" "requirements-test.txt" "requirements.txt
done

# Install all necessary mypy type stubs
mypy --install-types src/
mypy --install-types --non-interactive src/

# Install git pre-commit hooks now or later.
pre-commit install ${INSTALL_HOOKS:+"--install-hooks"}
Expand Down

0 comments on commit 77015b1

Please sign in to comment.