Skip to content

Commit

Permalink
chore: Ignore ISC001 to avoid formatter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 16, 2024
1 parent 1006bb5 commit 1d5fb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ target-version = "py310"
[tool.ruff.lint]
select = ["ALL"]
ignore = [
"ANN", "C901", "COM812", "D203", "D212", "D415", "EM", "PERF203", "PLR091", "Q000",
"ANN", "C901", "COM812", "D203", "D212", "D415", "EM", "ISC001", "PERF203", "PLR091", "Q000",
"D100", "D104",
"PYI024", # 3.11+
"D200", # https://github.com/astral-sh/ruff/issues/6269
Expand Down

0 comments on commit 1d5fb59

Please sign in to comment.