Skip to content

Commit

Permalink
Ignore ruff/pycodestyle rule W391
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 24, 2024
1 parent 34bf2eb commit bab7648
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 @@ -181,7 +181,6 @@ extend-select = [
"RSE",
"RUF",
"UP",
# "W", https://github.com/astral-sh/ruff/issues/13763
]
ignore = [
"FURB101",
Expand All @@ -196,6 +195,9 @@ ignore = [
"UP038", # https://github.com/astral-sh/ruff/issues/7871
]

[tool.ruff.lint.extend-per-file-ignores]
"notebooks/**" = ["W391"] # https://github.com/astral-sh/ruff/issues/13763

[tool.ruff.format]
quote-style = "preserve"

Expand Down

0 comments on commit bab7648

Please sign in to comment.