Add [H203] Use assertIs(Not)None to check for None

Change-Id: I6ffcb15067bf9802f899b4a02bf0158890b1cd16
This commit is contained in:
Dima Kuznetsov 2017-02-16 10:56:09 +02:00
parent 91d80b960e
commit 7ba1f53e7d
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ commands = sphinx-build -W -b html doc/source doc/build/html
# N530 Direct neutron imports not allowed
ignore = E126,H404,H405,N530
# H904: Delay string interpolations at logging calls
enable-extensions=H904
# H203: Use assertIs(Not)None to check for None
enable-extensions=H904,H203
show-source = true
exclude = ./.*,dist,doc,build,tools