Skip to content

Commit 27d1ed9

Browse files
committed
Enabled ruff COM ruleset for forcing commas at the end of container lists
1 parent b82c8e9 commit 27d1ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ select = [
165165
# "BLE", # flake8-blind-except (force more specific exception types than just Exception)
166166
"C4", # flake8-comprehensions (warn about things that could be written as a comprehensions but aren't)
167167
"C90", # McCabe cyclomatic complexity (warn about functions that are too complex)
168-
# "COM", # flake8-commas (forces commas at the end of every type of iterable/container
168+
"COM", # flake8-commas (forces commas at the end of every type of iterable/container
169169
# "CPY", # flake8-copyright (warn about missing copyright notice at top of file - currently in preview)
170170
# "D", # pydocstyle (warn about things like missing docstrings)
171171
# "DOC", # pydoclint (docstring warnings - currently in preview)

0 commit comments

Comments
 (0)