Skip to content

Commit

Permalink
add rule to ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Dec 11, 2024
1 parent 598fac2 commit 5936216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linting-config-examples/ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ lint.select = [

lint.ignore = [
"D203", # one-blank-line-before-class
"D213", # multi-line-summary-second-line
# "E402", # module-import-not-at-top-of-file
# "E501", # line-too-long
]
Expand Down

0 comments on commit 5936216

Please sign in to comment.