You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- repos:
- - repo: git://github.com/pre-commit/pre-commit-hooks
- rev: v3.2.0
- hooks:
- - id: check-merge-conflict
- - id: trailing-whitespace
- - id: end-of-file-fixer
- - id: check-added-large-files
- - id: detect-private-key
- - id: check-yaml
- - id: check-case-conflict
- - id: mixed-line-ending
|