Files
sglang/python/sglang/jit_kernel/flash_attention/cute/.flake8
T

5 lines
105 B
INI

[flake8]
max-line-length = 100
# W503: line break before binary operator
ignore = E731, E741, F841, W503