Skip to content

Commit

Permalink
Ignore ISC001 Ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Mar 14, 2024
1 parent 1efc891 commit b55507f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ select = [
"SIM", # flake8-simplify
"TID", # flake8-tidy-imports
]
extend-ignore = ["RUF005", "RUF012"]
# TODO: Remove ISC001 ignore when formatter updated: https://github.com/astral-sh/ruff/issues/8272
extend-ignore = ["RUF005", "RUF012", "ISC001"]

[tool.ruff.lint.isort]
force-sort-within-sections = true
Expand Down

0 comments on commit b55507f

Please sign in to comment.