Turn off another lgtm query.

It's not good.
This commit is contained in:
Jean-Paul Calderone 2018-04-26 15:35:56 -04:00
parent b623a4a199
commit 60bebd0659

View File

@ -10,3 +10,8 @@ queries:
# zope.interface choice to exclude self from method signatures. So, turn it
# off.
- exclude: "py/call/wrong-arguments"
# The premise of this query is broken. The errors it produces are nonsense.
# There is no such thing as a "procedure" in Python and "None" is not
# meaningless.
- exclude: "py/procedure-return-value-used"