Skip to content

Commit 0922a0d

Browse files
committed
Add "fix" to verb prefixes list
1 parent 7f34fe9 commit 0922a0d

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
@@ -124,6 +124,7 @@
124124
"synchronize",
125125
"count",
126126
"summarize",
127+
"fix",
127128
}
128129

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

0 commit comments

Comments
 (0)