[IMP] Add pre-commit hook and reformat code thanks to black

pull/2533/head
Laurent Mignon (ACSONE) 2019-05-08 16:12:21 +02:00 committed by hda
parent 95eb6796bd
commit 52e365e49a
1 changed files with 2 additions and 4 deletions

View File

@ -3,13 +3,11 @@
"name": "Base Sparse Field List Support",
"summary": "add list support to convert_to_cache()",
"version": "10.0.1.0.0",
'category': 'Technical Settings',
"category": "Technical Settings",
"website": "www.akretion.com",
"author": "Akretion",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"base",
],
"depends": ["base"],
}