CoolFace
Modelpublic

Felipe97/llama-cpp-compiled

sourceHugging Faceupdated 3d agoView on Hugging Face
0likes1.1kdownloads
.pre-commit-config.yaml17 linesDownload Raw Back to root
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