Skip to content

Commit

Permalink
Ignore ruff rule ISC001 (incompatible with formatter)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdouglas committed Nov 4, 2024
1 parent 437a17e commit 762daf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ignore = [
"E731", # Do not use lambda
"F841", # Local assigned but not used (TODO: enable, these are likely bugs)
"RUF012", # Mutable class attribute annotations
"ISC001", # single-line-implicit-string-concatenation incompatible with formatter
]

[tool.ruff.lint.extend-per-file-ignores]
Expand Down

0 comments on commit 762daf4

Please sign in to comment.