Exclude the unscriptable-object rule (#2184)

Python 3.7 gets this rule wrong for `Generic[]`.

https://github.com/PyCQA/pylint/issues/2416 tracks this issue in pylint.
This commit is contained in:
Pat Gavlin 2018-11-08 18:26:13 -08:00 committed by GitHub
parent 170541546e
commit b753341686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,8 @@ disable=print-statement,
fixme,
broad-except,
no-self-use,
unused-import
unused-import,
unsubscriptable-object
# Enable the message, report, category or checker with the given id(s). You can