Skip to content

Commit

Permalink
Fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Jan 14, 2025
1 parent 5cae6c9 commit 1abe78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ignore = [
"S311",
]

"tests/*" = [
"example/tests/*" = [
"S101", # Don't warn about using of asserts in tests
"ANN201", # Ignore "Missing return type annotation for public function", tests don't return anything
"D", # Don't warn about missing documentation in tests
Expand Down

0 comments on commit 1abe78d

Please sign in to comment.