This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit ce1047d4e7f4ebf548239541a072f443228d9ee3 Author: Sebb <s...@apache.org> AuthorDate: Fri Jul 12 22:38:11 2024 +0100 Ignore import errors fpr now [skip ci] --- pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/pylintrc b/pylintrc index 85ce984..d7e30de 100644 --- a/pylintrc +++ b/pylintrc @@ -90,6 +90,7 @@ disable=raw-checker-failed, logging-fstring-interpolation, # Not essential broad-exception-caught, # Not essential C,R, + import-error, R0903,R0913,R0912,R0914,R0915, R1706, # ternary W1406, # redundant u-string prefix