Files
rocm-systems/.flake8
T

17 lines
181 B
INI
Raw Normal View History

2025-02-04 04:05:38 -06:00
[flake8]
max-line-length =
90
ignore =
E203,
E501,
W503,
W605,
exclude =
.git,
__pycache__,
scripts,
external,
tests,
build,
build-*