Skip to content

Commit

Permalink
skip type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 19, 2024
1 parent c61c6dd commit 854e951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ line-length = 79
lint.select = ["ALL"]

lint.ignore = [
"ANN", # type annotation
"D203", # 1 blank line required before class docstring
"D205", # 1 blank line required between summary line and description
"D213", # incompatible. Ignoring `multi-line-summary-second-line`
Expand Down

0 comments on commit 854e951

Please sign in to comment.