bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
1 2 3 4 5 6 7 8 9 10 |
[flake8] # Ignore E402 ("module level import not at top of file"), # because even with the lazy import plugin it still triggers # for lazy_import statements before other imports. ignore = E402 [flake8:local-plugins] extension = MC1 = flake8_lazy_import:LazyImport paths = ./tools/ |