diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-02 08:58:29 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-02 08:58:29 +0100 |
commit | ba6329bbe14c832d42773dee2fe30bd7669ca255 (patch) | |
tree | 4cd2771d95adaba0663fd7879b1666ebd3ef3cb9 /.pylintrc | |
parent | 70d77819a84c73292825b81f952e162bb30753d7 (diff) | |
download | bsie-ba6329bbe14c832d42773dee2fe30bd7669ca255.tar.gz bsie-ba6329bbe14c832d42773dee2fe30bd7669ca255.tar.bz2 bsie-ba6329bbe14c832d42773dee2fe30bd7669ca255.zip |
various minor fixes
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -145,6 +145,21 @@ logging-format-style=old +[MESSAGES CONTROL] + +# disable similarities check +disable=raw-checker-failed, + bad-inline-option, + locally-disabled, + file-ignored, + suppressed-message, + useless-suppression, + deprecated-pragma, + use-symbolic-message-instead, + duplicate-code + + + [MISCELLANEOUS] # List of note tags to take in consideration, separated by a comma. @@ -188,6 +203,4 @@ ignore-none=no callbacks=clbk,callback - - # Disable: R1735 (use-dict-literal) |