8 lines
112 B
INI
8 lines
112 B
INI
[flake8]
|
|
max-line-length = 100
|
|
exclude = .git,__pycache__,build,dist
|
|
|
|
[isort]
|
|
profile = black
|
|
line_length = 100
|