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 Oct 20, 2024
1 parent 1bbfd79 commit 0ba0bf4
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 @@ -152,7 +152,6 @@ extend-select = [
"RSE",
"RUF",
"UP",
# "W", https://github.com/astral-sh/ruff/issues/13763
]
ignore = [
"FURB101",
Expand All @@ -166,5 +165,8 @@ 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"

0 comments on commit 0ba0bf4

Please sign in to comment.