mirror of
				https://github.com/nicholaswilde/recipes.git
				synced 2025-10-29 19:55:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			505 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			505 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| repos:
 | |
|   - repo: https://github.com/pre-commit/pre-commit-hooks
 | |
|     rev: v4.3.0
 | |
|     hooks:
 | |
|       - id: trailing-whitespace
 | |
|       - id: end-of-file-fixer
 | |
|       - id: mixed-line-ending
 | |
|   - repo: https://github.com/igorshubovych/markdownlint-cli
 | |
|     rev: v0.31.1
 | |
|     hooks:
 | |
|       - id: markdownlint
 | |
|       - id: markdownlint-fix
 | |
|   - repo: https://github.com/tcort/markdown-link-check
 | |
|     rev: v3.12.2
 | |
|     hooks:
 | |
|       - id: markdown-link-check
 | |
|         args: [-a, "200,206,403,429", -c, "mlc_config.json"]
 |