jgerbscheid's picture
initial commit
b9bac12
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