File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments