ad0fb25ed5
git-subtree-dir: projects/rocprofiler-sdk git-subtree-mainline:50a90550e9git-subtree-split:bf0fad1d54
17 lines
181 B
INI
17 lines
181 B
INI
[flake8]
|
|
max-line-length =
|
|
90
|
|
ignore =
|
|
E203,
|
|
E501,
|
|
W503,
|
|
W605,
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
scripts,
|
|
external,
|
|
tests,
|
|
build,
|
|
build-*
|