diff --git a/cgcs-patch/cgcs-patch/pylint.rc b/cgcs-patch/cgcs-patch/pylint.rc index f5117184..d8aa305c 100644 --- a/cgcs-patch/cgcs-patch/pylint.rc +++ b/cgcs-patch/cgcs-patch/pylint.rc @@ -48,8 +48,9 @@ symbols=no # W0511 fixme # W0603 global-statement # W0703 broad-except +# W0707 raise-missing-from # W1505, deprecated-method -disable=C, R, W0107, W0511, W0603, W0703, W1505 +disable=C, R, W0107, W0511, W0603, W0703, W0707, W1505 [REPORTS] diff --git a/cgcs-patch/cgcs-patch/pylint_make_patch.rc b/cgcs-patch/cgcs-patch/pylint_make_patch.rc index ef4e8381..4eec62b5 100644 --- a/cgcs-patch/cgcs-patch/pylint_make_patch.rc +++ b/cgcs-patch/cgcs-patch/pylint_make_patch.rc @@ -57,10 +57,11 @@ symbols=no # W0613 unused-argument # W0622 redefined-builtin # W0703 broad-except +# W0707 raise-missing-from # W1401 anomalous-backslash-in-string # W1505, deprecated-method disable=C, R, fixme, E1101, - W0101, W0104, W0107, W0212, W0231, W0603, W0612, W0613, W0622, W0703, + W0101, W0104, W0107, W0212, W0231, W0603, W0612, W0613, W0622, W0703, W0707, W1401, W1505 [REPORTS]