diff options
Diffstat (limited to 'pylint.toml')
-rw-r--r-- | pylint.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pylint.toml b/pylint.toml index b6dbaef..d758ecf 100644 --- a/pylint.toml +++ b/pylint.toml @@ -355,6 +355,9 @@ disable = [ "deprecated-pragma", "use-symbolic-message-instead", "unnecessary-lambda-assignment", + # Seems to be a false positive: + # https://github.com/pylint-dev/pylint/issues/1498#issuecomment-1888928977 + "unsubscriptable-object", ] # Enable the message, report, category or checker with the given id(s). You can |