OCA / pylint-odoo

Odoo plugin for Pylint
http://www.pylint.org
143 stars 168 forks source link

[REF] requirements: upgrade pylint version #320

Closed fernandahf closed 3 years ago

fernandahf commented 3 years ago

Description of the issue/feature this PR addresses:

The following line of code:

is pinning the pylint version because it could raise red with newer versions but we need keep upgrading this version each period of time

There is a new release pylint-2.6.0 on Aug 21, 2020

Current behavior before PR: pylint-odoo works correctly.

Desired behavior after PR is merged: pylint-odoo works correctly with new pylint version.

Fix #319

-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

fernandahf commented 3 years ago

@moylop260

Could you review this, please?

Regards.