updated readme, fix configuration shell invoked twice.
[lunaix-os.git] / lunaix-os / .pre-commit-config.yaml
1 repos:
2 -   repo: https://github.com/pre-commit/pre-commit-hooks
3     rev: v4.6.0
4     hooks:
5     -   id: check-merge-conflict
6     -   id: check-added-large-files
7         args: ['--maxkb=1024']
8     -   id: check-shebang-scripts-are-executable
9     -   id: check-executables-have-shebangs