Codebase list python-castellan / 68e4056
Merge "Enable some off-by-default checks" Jenkins authored 6 years ago Gerrit Code Review committed 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