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