Skip to content

Commit

Permalink
Drop canceling mentions of D ruff rules from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 2, 2024
1 parent c5150d5 commit 0537b60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ disable-editable-pip-install = true
preview = true
extend-select = [
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"D", # pydocstyle
"C", # flake8-comprehensions
"E", # pycodestyle
"F", # pyflakes
"G", # flake8-logging-format
Expand All @@ -98,7 +97,6 @@ extend-ignore = [
"E242", # tab after comma
"E265", # block comment should start with #
"E402", # module level import not at the top of file
"D", # pydocstyle
"C90", # McCabe complexity
"UP031", # use f-strings instead of %
"UP032", # use f-strings instead of .format
Expand Down

0 comments on commit 0537b60

Please sign in to comment.