mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
16 lines
341 B
YAML
16 lines
341 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.1.0
|
|
hooks:
|
|
- id: black
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.3.0
|
|
hooks:
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
# Exclude elisp files to not clear page breaks
|
|
exclude: \.el$
|
|
- id: check-json
|
|
- id: check-toml
|
|
- id: check-yaml
|