File size: 205 Bytes
b9bac12
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
[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