echodict/llama.cpp
version https://git-lfs.github.com/spec/v1 oid sha256:cfc44b7ba25614df70e6b65e3341cae0310163bd32fd31a6b928a542df433faf size 30786
0773
1# See https://pre-commit.com for more information2# See https://pre-commit.com/hooks.html for more hooks3exclude: prompts/.*.txt4repos:5- repo: https://github.com/pre-commit/pre-commit-hooks6 rev: v4.6.07 hooks:8 - id: trailing-whitespace9 - id: end-of-file-fixer10 - id: check-yaml11 - id: check-added-large-files12- repo: https://github.com/PyCQA/flake813 rev: 7.0.014 hooks:15 - id: flake816 additional_dependencies: [flake8-no-print]17 