mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Add yamllint and clang-format to pre-commit hooks (#6578)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -31,3 +31,12 @@ repos: | |||||||
|     hooks: |     hooks: | ||||||
|       - id: pyupgrade |       - id: pyupgrade | ||||||
|         args: [--py39-plus] |         args: [--py39-plus] | ||||||
|  |   - repo: https://github.com/adrienverge/yamllint.git | ||||||
|  |     rev: v1.35.1 | ||||||
|  |     hooks: | ||||||
|  |       - id: yamllint | ||||||
|  |   - repo: https://github.com/pre-commit/mirrors-clang-format | ||||||
|  |     rev: v13.0.1 | ||||||
|  |     hooks: | ||||||
|  |       - id: clang-format | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user