We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a138df commit 8cf70a4Copy full SHA for 8cf70a4
1 file changed
pyproject.toml
@@ -124,6 +124,7 @@ select = [
124
"UP", # pyupgrade
125
"B", # flake8-bugbear
126
"C4", # flake8-comprehensions
127
+ "COM", # flake8-commas
128
"Q", # flake8-quotes
129
"PTH", # flake8-use-pathlib
130
"SIM", # flake8-simplify
0 commit comments