mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
-- This commit reverts the formatting for Brevitas op. -- It also excludes vicuna.py script from `black` formatter. Signed-off-by: Abhishek Varma <abhishek@nod-labs.com>
6 lines
119 B
INI
6 lines
119 B
INI
[flake8]
|
|
count = 1
|
|
show-source = 1
|
|
select = E9,F63,F7,F82
|
|
exclude = lit.cfg.py, apps/language_models/scripts/vicuna.py
|