We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eab968 commit f230f2fCopy full SHA for f230f2f
okrutnik.sh
@@ -21,7 +21,7 @@
21
# --------------------------------------------
22
23
# Version
24
-VERSION=2.1.7
+VERSION=2.1.8
25
26
# Toolset
27
TOOLSET="bandit black codespell mypy pylint pyright pylama ruff safety"
@@ -130,7 +130,7 @@ okrutnik_which_python() {
130
131
# Custom crossplane module hack
132
custom_crossplane_hack() {
133
- crossplane_path=$(dirname ${VENV}/lib/python*/site-packages)
+ crossplane_path=$(dirname ${VENV}/lib/python*/site-packages/crossplane)
134
if [[ -d $crossplane_path ]]; then
135
echo "Crossplane detected: committing a hack"
136
touch ${crossplane_path}/site-packages/crossplane/py.typed
0 commit comments