replace keep_fargs default to false (#4443)
This commit is contained in:
@@ -192,7 +192,7 @@ keep_property_access: {
|
||||
|
||||
keep_fargs: {
|
||||
options = {
|
||||
keep_fargs: "strict",
|
||||
keep_fargs: false,
|
||||
unused: true,
|
||||
}
|
||||
input: {
|
||||
|
||||
Reference in New Issue
Block a user