Skip to content

Commit 1846526

Browse files
committed
pyproject(ruff): flake8-commas
1 parent a1dd7b1 commit 1846526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ select = [
124124
"UP", # pyupgrade
125125
"B", # flake8-bugbear
126126
"C4", # flake8-comprehensions
127+
"COM", # flake8-commas
127128
"Q", # flake8-quotes
128129
"PTH", # flake8-use-pathlib
129130
"SIM", # flake8-simplify

0 commit comments

Comments
 (0)