Add not-context-manager (#7523)

* Add not-context-manager

* Add missing comma
pull/7541/head
Fabian Affolter 2017-05-11 09:14:52 +02:00 committed by GitHub
parent 3bdf77ad62
commit 8cdadd2aa0
1 changed files with 8 additions and 7 deletions

View File

@ -15,24 +15,25 @@ reports=no
# abstract-method - with intro of async there are always methods missing
disable=
locally-disabled,
duplicate-code,
cyclic-import,
abstract-class-little-used,
abstract-class-not-used,
unused-argument,
abstract-method,
cyclic-import,
duplicate-code,
global-statement,
locally-disabled,
not-context-manager,
redefined-variable-type,
too-few-public-methods,
too-many-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-lines,
too-many-locals,
too-many-public-methods,
too-many-return-statements,
too-many-statements,
too-many-lines,
too-few-public-methods,
abstract-method
unused-argument
[EXCEPTIONS]
overgeneral-exceptions=Exception,HomeAssistantError