5a08650853
Overhaul TargetItem based on @lesauxvi 's PR #313
7 lines
156 B
INI
7 lines
156 B
INI
[flake8]
|
|
exclude = .git,.tox,__pycache__,doc,old,build,dist
|
|
show_source = True
|
|
statistics = True
|
|
verbose = 2
|
|
max-line-length = 88
|
|
extend-ignore = E203, W503 |