10 lines
99 B
INI
10 lines
99 B
INI
[flake8]
|
|
max-line-length = 99
|
|
select: E,W,F,C,N
|
|
exclude:
|
|
venv
|
|
.git
|
|
build
|
|
dist
|
|
*.egg_info
|