dpa-example / setup.cfg
jgerbscheid's picture
moved package around
01e5b1c
raw
history blame
No virus
205 Bytes
[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