Skip to content

Commit

Permalink
extended ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
JHalbauer committed Dec 10, 2024
1 parent b4f3e90 commit 79ec362
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ lint.ignore = [
"PTH120", # os-path-dirname
"D401", # non-imperative-mood
"RUF012", # mutable-class-default
"I001", # unsorted-imports
"D400", # ends-in-period
"D415", # ends-in-punctuation
"D411", # no-blank-line-before-section
"D413", # blank-line-after-last-section
"D202", # no-blank-line-after-function
"FURB171", # single-item-membership-test
"F841", # unuseed-variable
"D212", # multi-line-summary-first-line
"D200", # fits-on-one-line
"D213", # multi-line-summary-second-line
]

[lint.per-file-ignores]
Expand Down

0 comments on commit 79ec362

Please sign in to comment.