| 
							
							---
 | 
						
						
						
						
							 | 
							
							exclude: ^vendor/
 | 
						
						
						
						
							 | 
							
							repos:
 | 
						
						
						
						
							 | 
							
							  - repo: https://github.com/pre-commit/pre-commit-hooks.git
 | 
						
						
						
						
							 | 
							
							    rev: v2.4.0
 | 
						
						
						
						
							 | 
							
							    hooks:
 | 
						
						
						
						
							 | 
							
							      - id: end-of-file-fixer
 | 
						
						
						
						
							 | 
							
							      - id: trailing-whitespace
 | 
						
						
						
						
							 | 
							
							      - id: mixed-line-ending
 | 
						
						
						
						
							 | 
							
							      - id: check-byte-order-marker
 | 
						
						
						
						
							 | 
							
							      - id: check-executables-have-shebangs
 | 
						
						
						
						
							 | 
							
							      - id: check-merge-conflict
 |