We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f34fe9 commit 0922a0dCopy full SHA for 0922a0d
1 file changed
src/community_of_python_flake8_plugin/constants.py
@@ -124,6 +124,7 @@
124
"synchronize",
125
"count",
126
"summarize",
127
+ "fix",
128
}
129
130
SCALAR_ANNOTATIONS: typing.Final = {"int", "str", "float", "bool", "bytes", "complex"}
0 commit comments