Skip to content

Commit 7f34fe9

Browse files
committed
Add "summarize" to verb prefixes list
1 parent cd2c383 commit 7f34fe9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/community_of_python_flake8_plugin/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
"replay",
124124
"synchronize",
125125
"count",
126+
"summarize",
126127
}
127128

128129
SCALAR_ANNOTATIONS: typing.Final = {"int", "str", "float", "bool", "bytes", "complex"}

0 commit comments

Comments
 (0)