Spaces:
Runtime error
Runtime error
File size: 271 Bytes
e202b16 |
1 2 3 4 5 6 7 8 9 10 11 12 |
[flake8]
exclude =
.git
,.github/run-clang-format.py
,third_party
,xformers/_flash_attn
max-line-length = 120
copyright-check = True
select = E,F,W,C
copyright-regexp=Copyright \(c\) Facebook, Inc. and its affiliates. All Rights Reserved
ignore=W503,E203
|