Skip to content

Commit

Permalink
Update .ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
flip555 committed Sep 19, 2023
1 parent 06d0c47 commit 652899e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ select = [
]

ignore = [
"D100", # Missing docstring in public module
"D101", # Missing docstring in public class
"D102", # Missing docstring in public method
"D103", # Missing docstring in public function
"D104", # Missing docstring in public package
"D105", # Missing docstring in magic method
"D107", # Missing docstring in __init__
"D202", # No blank lines allowed after function docstring
"D203", # 1 blank line required before class docstring
"D213", # Multi-line docstring summary should start at the second line
Expand Down

0 comments on commit 652899e

Please sign in to comment.