/
vshmidt
/
llama.cpp
Обзор
Документация
Войти
/
vshmidt
/
llama.cpp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.flake8
18 строк
565 B
Diego Devesa
llama : move end-user examples to tools directory (#13249)
02 май 2025, 21:27
Не верифицирован
02 май 2025, 21:27
1d36b36
Код
Авторство
О чём код?
[flake8] max-line-length = 125 ignore = E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503 exclude = # Do not traverse examples and tools examples, tools, # Do not include package initializers __init__.py, # No need to traverse our git directory .git, # There's no value in checking cache directories __pycache__, # No need to include the build path build, # This contains builds that we don't want to check dist # This is generated with `python build .` for package releases # max-complexity = 10