Skip to content

Commit

Permalink
Update okrutnik.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r authored Jan 13, 2024
1 parent aac4a39 commit 27e2a13
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion okrutnik.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# --------------------------------------------

# Version
VERSION=2.0.1
VERSION=2.1.0

# Toolset
TOOLSET="bandit black codespell mypy pylint pyright pylama ruff safety"
Expand Down Expand Up @@ -163,6 +163,15 @@ else
okrutnik_install
fi

# --------------------------------------------
# Safety check
# --------------------------------------------

if [[ "$ARG1" == "--safety" ]]; then
safety check
exit $?
fi

# --------------------------------------------
# Linters
# --------------------------------------------
Expand Down

0 comments on commit 27e2a13

Please sign in to comment.