dpa-example / setup.cfg
jgerbscheid's picture
moved package around
01e5b1c
[pycodestyle]
max-line-length = 120
exclude = .ipynb_checkpoints
[pep8]
max-line-length = 120
exclude = .ipynb_checkpoints
[flake8]
max-line-length = 120
exclude = .ipynb_checkpoints
max-complexity = 10