From 0c05aa6bf8ad640b97661f9c3605acf3a1684a15 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Mon, 18 Mar 2019 16:15:29 -0500 Subject: [PATCH] Pylint: Re-enable assignment-from-no-return The linked issue in the config file seems to have been fixed in astroid 2.2.2 --- .pylintrc-local.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pylintrc-local.yml b/.pylintrc-local.yml index 3e4297f1..8c853381 100644 --- a/.pylintrc-local.yml +++ b/.pylintrc-local.yml @@ -1,8 +1,5 @@ - arg: ignore val: compyte -# https://github.com/PyCQA/pylint/issues/2694 -- arg: disable - val: assignment-from-no-return - arg: generated-members val: - cltypes.* -- GitLab