From e0d24ac1ff005adbc60af7c7f2668bbd47849d46 Mon Sep 17 00:00:00 2001 From: "Ronald Portier (Therp BV)" Date: Mon, 15 Dec 2014 14:07:54 +0100 Subject: [PATCH] [FIX] Apparently noqa tag should also be part of __openerp__.py files. --- account_bank_statement_import/__openerp__.py | 2 ++ account_bank_statement_import_ofx/__openerp__.py | 2 ++ account_bank_statement_import_qif/__openerp__.py | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/account_bank_statement_import/__openerp__.py b/account_bank_statement_import/__openerp__.py index af12dd4..9dfc61d 100644 --- a/account_bank_statement_import/__openerp__.py +++ b/account_bank_statement_import/__openerp__.py @@ -1,4 +1,6 @@ # -*- encoding: utf-8 -*- +# noqa: This is a backport from Odoo. OCA has no control over style here. +# flake8: noqa { 'name': 'Account Bank Statement Import', 'version': '1.0', diff --git a/account_bank_statement_import_ofx/__openerp__.py b/account_bank_statement_import_ofx/__openerp__.py index 8142901..25056dd 100644 --- a/account_bank_statement_import_ofx/__openerp__.py +++ b/account_bank_statement_import_ofx/__openerp__.py @@ -1,4 +1,6 @@ # -*- encoding: utf-8 -*- +# noqa: This is a backport from Odoo. OCA has no control over style here. +# flake8: noqa { 'name': 'Import OFX Bank Statement', 'version': '1.0', diff --git a/account_bank_statement_import_qif/__openerp__.py b/account_bank_statement_import_qif/__openerp__.py index 499e10e..d06c90a 100644 --- a/account_bank_statement_import_qif/__openerp__.py +++ b/account_bank_statement_import_qif/__openerp__.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- - +# noqa: This is a backport from Odoo. OCA has no control over style here. +# flake8: noqa { 'name': 'Import QIF Bank Statement', 'version': '1.0',