Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Add trailing commas rule to `ruff` configurations.
  • Loading branch information
veritas9872 authored May 12, 2023
1 parent 4f19a78 commit 96e205d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ select = [
"BLE", # flake8-blind-except
"C4", # flake8-comprehensions
"C90", # mccabe
"COM", # flake8-commas
"D", # pydocstyle
"E", # pycodestyle errors
# "EM", # flake8-errmsg
Expand Down

0 comments on commit 96e205d

Please sign in to comment.