Skip to content

Commit 6f80627

Browse files
committed
Add "try" to verb prefixes list
1 parent 39ec943 commit 6f80627

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
@@ -126,6 +126,7 @@
126126
"summarize",
127127
"fix",
128128
"classify",
129+
"try",
129130
}
130131

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

0 commit comments

Comments
 (0)