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 16, 2024
1 parent f0cdf20 commit cd59003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions okrutnik.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# --------------------------------------------

# Version
VERSION=2.1.3
VERSION=2.1.4

# Toolset
TOOLSET="bandit black codespell mypy pylint pyright pylama ruff safety"
Expand Down Expand Up @@ -202,7 +202,7 @@ ruff $TARGET ; pass

# codespell
print "codespell (${ITERATION}/${TOOLS_NUM})"
codespell --skip "./*venv*" --skip "./lib/python*" $TARGET ; pass
codespell -L paranoya --skip "./*venv*" --skip "./lib/python*" $TARGET ; pass

# pylama
print "pylama (${ITERATION}/${TOOLS_NUM})"
Expand Down

0 comments on commit cd59003

Please sign in to comment.