[FIX] Apparently noqa tag should also be part of __openerp__.py files.

This commit is contained in:
Ronald Portier (Therp BV)
2014-12-15 14:07:54 +01:00
parent 1a11907f0b
commit e0d24ac1ff
3 changed files with 6 additions and 1 deletions

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',