mirror of
https://github.com/run-llama/pr-manager.git
synced 2026-06-30 21:57:59 -04:00
12 lines
253 B
YAML
12 lines
253 B
YAML
---
|
|
default_language_version:
|
|
python: python3
|
|
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: check-symlinks
|
|
- id: check-yaml
|
|
- id: detect-private-key |