Skip to content

Commit

Permalink
check docstring of functions
Browse files Browse the repository at this point in the history
Signed-off-by: Mingxin Zheng <[email protected]>
  • Loading branch information
mingxin-zheng committed Sep 23, 2024
1 parent 88edc84 commit df01428
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ exclude = [
"venv*/",
"*test_*",
"./.vscode/*",
]
]

[lint]
select = ["D1"]

0 comments on commit df01428

Please sign in to comment.