mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Exempt jsonschema falsepositive E0611
Can't understand why these are flagging, code is as per docs. Version is latest, and not flagging locally. Going to exempt mod for now
This commit is contained in:
parent
ab022a65ed
commit
4205c0a8f0
@ -443,7 +443,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local
|
|||||||
# (useful for modules/projects where namespaces are manipulated during runtime
|
# (useful for modules/projects where namespaces are manipulated during runtime
|
||||||
# and thus existing member attributes cannot be deduced by static analysis). It
|
# and thus existing member attributes cannot be deduced by static analysis). It
|
||||||
# supports qualified module names, as well as Unix pattern matching.
|
# supports qualified module names, as well as Unix pattern matching.
|
||||||
ignored-modules=
|
ignored-modules=jsonschema
|
||||||
|
|
||||||
# Show a hint with possible names when a member name was not found. The aspect
|
# Show a hint with possible names when a member name was not found. The aspect
|
||||||
# of finding the hint is based on edit distance.
|
# of finding the hint is based on edit distance.
|
||||||
|
Loading…
Reference in New Issue
Block a user