Codebase list python-castellan / 3945e3e
Enable some off-by-default checks Some of the available checks are diskabled by default, like: [H106] Don't put vim configuration in source files; [H203] Use assertIs(Not)None to check for None. Change-Id: Ibe4e8bb6373def06452ae6fc9ca16a99a8a05f29 lioplhp 6 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
5959 oslo-config-generator --config-file=etc/castellan/sample-config-generator.conf
6060
6161 [flake8]
62 # [H106] Don't put vim configuration in source files.
63 # [H203] Use assertIs(Not)None to check for None.
6264 show-source = True
6365 exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
66 enable-extensions = H106,H203
6467
6568 [hacking]
6669 import_exceptions = castellan.i18n