diff --git a/pyproject.toml b/pyproject.toml index 04fe4ff6..f43d760d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ lint = [ "black[jupyter]==23.9.1", "mdformat>0.7", "mdformat-gfm>=0.3.5", - "ruff==0.1.5" + "ruff==0.2.2" ] [tool.ruff.pylint] @@ -158,6 +158,8 @@ ignore = [ "E501", # SIM105 Use `contextlib.suppress(...)` "SIM105", + # S507 Paramiko call with policy set to automatically trust the unknown host key + "S507", # S311 Standard pseudo-random generators are not suitable for cryptographic purposes "S311", # S603 `subprocess` call: check for execution of untrusted input