From c83e046b9c66114390c4beb9820160b694030104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:14:55 -0800 Subject: [PATCH] Bump ruff from 0.1.5 to 0.2.2 (#1369) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luciano Resende --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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