Codeprocastinator/optimized-tinyllama-covalent
0119
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 