Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update
Browse files Browse the repository at this point in the history
rusty1s committed Jan 11, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent dfc2e44 commit 39423bb
Showing 2 changed files with 5 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
@@ -16,7 +16,12 @@ select = [
]
ignore = [
"D100", # TODO Don't ignore "Missing docstring in public module"
"D101", # TODO Don't ignore "Missing docstring in public class"
"D102", # TODO Don't ignore "Missing docstring in public method"
"D103", # TODO Don't ignore "Missing docstring in public function"
"D104", # TODO Don't ignore "Missing docstring in public package"
"D105", # Ignore "Missing docstring in magic method"
"D107", # Ignore "Missing docstring in __init__"
"D205", # Ignore "blank line required between summary line and description"
]

25 changes: 0 additions & 25 deletions ruff.toml

This file was deleted.

0 comments on commit 39423bb

Please sign in to comment.