8 lines
118 B
INI
8 lines
118 B
INI
[flake8]
|
|
count = True
|
|
ignore = W503,E226
|
|
max-line-length = 120
|
|
exclude = stubs/*
|
|
show-source = True
|
|
statistics = True
|