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