Skip to content

Commit 0de1ab2

Browse files
committed
Add new verb prefixes for flake8 plugin validation
1 parent 4ee1a55 commit 0de1ab2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/community_of_python_flake8_plugin/constants.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@
112112
"cache",
113113
"fill",
114114
"import",
115+
"match",
116+
"push",
117+
"merge",
118+
"store",
119+
"transform",
120+
"verify",
121+
"wrap",
122+
"unwind",
123+
"replay",
124+
"synchronize",
115125
}
116126

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

0 commit comments

Comments
 (0)