Commit 5eab968 1 parent fedfdff commit 5eab968 Copy full SHA for 5eab968
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
# --------------------------------------------
22
22
23
23
# Version
24
- VERSION=2.1.6
24
+ VERSION=2.1.7
25
25
26
26
# Toolset
27
27
TOOLSET=" bandit black codespell mypy pylint pyright pylama ruff safety"
@@ -78,7 +78,7 @@ okrutnik_install() {
78
78
echo -e " ${CYAN} Connecting to an intergalactic relay${ENDCOLOR} 📡"
79
79
$PYTHON_BIN -m venv ${VENV}
80
80
PATH=" ${VENV} /bin:${PATH} "
81
- source ${VENV} /bin/activate
81
+ source ${VENV} /bin/activate
82
82
okrutnik_which_pip
83
83
${PIP} install --upgrade pip setuptools wheel
84
84
${PIP} install --upgrade ${TOOLSET}
@@ -149,7 +149,7 @@ if [[ "$ARG1" == "-h" ]] || [[ "$ARG1" == "--help" ]]; then
149
149
echo " Usage: ./okrutnik.sh [options] <target>"
150
150
echo " "
151
151
echo " Before <target>:"
152
- echo " -s, --stop Exit on failed linters or errors"
152
+ echo " -s, --stop Exit on failed linters or errors"
153
153
echo " "
154
154
echo " Standalone:"
155
155
echo " -h, --help Print this help message"
@@ -209,7 +209,7 @@ echo "Target(s): ${TARGET}"
209
209
210
210
# Ruff
211
211
print " ruff (${ITERATION} /${TOOLS_NUM} )"
212
- ruff $TARGET ; pass
212
+ ruff check $TARGET ; pass
213
213
214
214
# codespell
215
215
print " codespell (${ITERATION} /${TOOLS_NUM} )"
You can’t perform that action at this time.
0 commit comments