From cd5900379158ab7760d2d79efb3ed4711a7bb39e Mon Sep 17 00:00:00 2001 From: c0m4r Date: Tue, 16 Jan 2024 19:21:44 +0100 Subject: [PATCH] Update okrutnik.sh --- okrutnik.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/okrutnik.sh b/okrutnik.sh index ca83551..b58a31c 100755 --- a/okrutnik.sh +++ b/okrutnik.sh @@ -21,7 +21,7 @@ # -------------------------------------------- # Version -VERSION=2.1.3 +VERSION=2.1.4 # Toolset TOOLSET="bandit black codespell mypy pylint pyright pylama ruff safety" @@ -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})"