Skip to content

Commit

Permalink
add exclude missing return type ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
guzmanlopez committed Nov 5, 2024
1 parent 284ca0a commit 616ffa9
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
Expand Up @@ -199,6 +199,8 @@ ignore = [
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
"E501", # Line too long
"ERA001", # Found commented-out code
"ANN001", # "Missing type annotation"
"ANN201", # "Missing return type"
]

# Exclude a variety of commonly ignored directories.
Expand Down

0 comments on commit 616ffa9

Please sign in to comment.