Skip to content

Commit 78f6c71

Browse files
authored
poetry update (release SDK) (demisto#20010)
* poetry update (release SDK) * added poetry toml
1 parent 0f64e09 commit 78f6c71

File tree

4 files changed

+185
-702
lines changed

4 files changed

+185
-702
lines changed

.hooks/bootstrap

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ if ! command -v poetry >/dev/null 2>&1; then
5050
exit 1
5151
fi
5252

53-
echo "Configure poetry to install virutal enviroment in the project repo (will be availible in (.venv)"
54-
poetry config virtualenvs.in-project true --local
55-
5653
echo "Check if poetry files are valid"
5754
poetry check
5855
echo "Installing dependencies..."

0 commit comments

Comments
 (0)