[IMP] account_ebics_batch: pre-commit auto fixes

This commit is contained in:
Luc De Meyer 2024-02-01 20:15:24 +01:00
parent 2ab282f5dd
commit 91246db093
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"version": "16.0.1.0.0", "version": "16.0.1.0.0",
"license": "AGPL-3", "license": "AGPL-3",
"author": "Noviat", "author": "Noviat",
"website": "https://www.noviat.com/", "website": "https://www.noviat.com",
"category": "Accounting & Finance", "category": "Accounting & Finance",
"summary": "EBICS Files automated import and processing", "summary": "EBICS Files automated import and processing",
"depends": ["account_ebics"], "depends": ["account_ebics"],

View File

@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"