We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e502c57 commit 4ee1a55Copy full SHA for 4ee1a55
1 file changed
src/community_of_python_flake8_plugin/constants.py
@@ -111,6 +111,7 @@
111
"undo",
112
"cache",
113
"fill",
114
+ "import",
115
}
116
117
SCALAR_ANNOTATIONS: typing.Final = {"int", "str", "float", "bool", "bytes", "complex"}
0 commit comments