Skip to content

Commit

Permalink
Bump ruff from 0.1.5 to 0.2.2 (#1369)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luciano Resende <[email protected]>
  • Loading branch information
dependabot[bot] and lresende authored Feb 20, 2024
1 parent dd9e4ba commit c83e046
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c83e046

Please sign in to comment.