Skip to content

Commit

Permalink
remove all D ignore
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Aug 26, 2023
1 parent 643e731 commit 651c891
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,14 @@ select = [
"E", # errors
"F", # pyflakes
"D", # pydocstyle
"I", # isort
"I", # isort
"UP", # pyupgrade
"C4", # flake8-comprehensions
]
ignore = [
"E501", # line too long
"E741", # ambiguous variable name
"E402", # module level import not at top of file
"D413", # missing blank line after last section
"D416", # section name should end with a colon
"D203", # 1 blank line required before class docstring
"D107", # missing docstring in __init__
"D213", # multi-line docstring summary should start at the second line
"D205", # 1 blank line required between summary line and description
]

[tool.ruff.pydocstyle]
Expand Down

0 comments on commit 651c891

Please sign in to comment.