[pycodestyle] exclude = .eggs,*.egg,build,docs/*,.git,*/conf.py ignore = E402, E721 max_line_length = 120 [coverage:run] source = nndet omit = *__init__.py *registry.py tests/*