From 4c4e775b264c7b1d079184eb852bc25c8ee99ad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Tue, 30 Oct 2018 10:29:25 +0100 Subject: [PATCH] [IMP] ignore pylint C0330 See https://github.com/PyCQA/pylint/issues/289 --- CHANGES.rst | 4 ++++ acsoo/cfg/pylint.cfg | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 8a8d1f6..b6537d0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,10 @@ Changes .. ---------- .. - +1.8.1 (2018-10-30) +------------------ +- [IMP] ignore pylint C0303 (https://github.com/PyCQA/pylint/issues/289) + 1.8.0 (2018-10-29) ------------------ - [IMP] acsoo wheel: add --no-deps, so we can build requirements.txt without diff --git a/acsoo/cfg/pylint.cfg b/acsoo/cfg/pylint.cfg index 9bba95e..effe698 100644 --- a/acsoo/cfg/pylint.cfg +++ b/acsoo/cfg/pylint.cfg @@ -50,6 +50,7 @@ disable= unsubscriptable-object, unused-argument, unused-variable, + C0330 extension-pkg-whitelist=lxml