[IMP] Add pre-commit hook and reformat code thanks to black
parent
95eb6796bd
commit
52e365e49a
|
@ -3,13 +3,11 @@
|
||||||
"name": "Base Sparse Field List Support",
|
"name": "Base Sparse Field List Support",
|
||||||
"summary": "add list support to convert_to_cache()",
|
"summary": "add list support to convert_to_cache()",
|
||||||
"version": "10.0.1.0.0",
|
"version": "10.0.1.0.0",
|
||||||
'category': 'Technical Settings',
|
"category": "Technical Settings",
|
||||||
"website": "www.akretion.com",
|
"website": "www.akretion.com",
|
||||||
"author": "Akretion",
|
"author": "Akretion",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"application": False,
|
"application": False,
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"depends": [
|
"depends": ["base"],
|
||||||
"base",
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue