Skip to content

Commit

Permalink
lint: Remove temporarily skipped annotation ruff lints
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Sep 29, 2024
1 parent b022c9d commit cb377d3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,4 @@ ignore = [
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
"S105", # Possible hardcoded password
"S607", # Starting a process with a partial executable path
# Temporarily ignored
"ANN001", # Missing type annotation
"ANN201", # Missing return type annotation
"ANN202", # Missing return type annotation
"ANN204", # Missing return type annotation
"ANN205", # Missing return type annotation
"ANN206", # Missing return type annotation
]

0 comments on commit cb377d3

Please sign in to comment.