We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82c8e9 commit 27d1ed9Copy full SHA for 27d1ed9
1 file changed
pyproject.toml
@@ -165,7 +165,7 @@ select = [
165
# "BLE", # flake8-blind-except (force more specific exception types than just Exception)
166
"C4", # flake8-comprehensions (warn about things that could be written as a comprehensions but aren't)
167
"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
+ "COM", # flake8-commas (forces commas at the end of every type of iterable/container
169
# "CPY", # flake8-copyright (warn about missing copyright notice at top of file - currently in preview)
170
# "D", # pydocstyle (warn about things like missing docstrings)
171
# "DOC", # pydoclint (docstring warnings - currently in preview)
0 commit comments