Skip to content

Commit 17ba52f

Browse files
committed
Add new verb prefixes to constants.py for flake8 plugin
1 parent c33f89d commit 17ba52f

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

src/community_of_python_flake8_plugin/constants.py

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,31 @@
8282
"should",
8383
"update",
8484
"write",
85+
"obtain",
86+
"perform",
87+
"override",
88+
"upload",
89+
"copy",
90+
"register",
91+
"utter",
92+
"authenticate",
93+
"record",
94+
"observe",
95+
"upgrade",
96+
"downgrade",
97+
"do",
98+
"reset",
99+
"open",
100+
"use",
101+
"assemble",
102+
"compile",
103+
"choose",
104+
"call",
105+
"filter",
106+
"apply",
107+
"measure",
108+
"ensure",
109+
"submit",
85110
}
86111

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

0 commit comments

Comments
 (0)