File size: 101 Bytes
c3b1078
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
[flake8]
max-line-length = 100
ignore =
  E203,
  W503,

[isort]
profile=black
lines_between_types=1