Skip to content

Commit

Permalink
Fix linter configuration
Browse files Browse the repository at this point in the history
justinmayer committed Dec 15, 2023

Verified

This commit was signed with the committer’s verified signature.
bkontur Branislav Kontur
1 parent 30861f3 commit d06e37a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -86,6 +86,8 @@ ignore = [
"D100", # missing docstring in public module
"D102", # missing docstring in public method
"D104", # missing docstring in public package
"D203", # blank line before class docstring
"D213", # multi-line docstring summary should start at the second line
"PLR0913", # too many arguments in function definition
]

0 comments on commit d06e37a

Please sign in to comment.