mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 23:21:54 +00:00 
			
		
		
		
	Fix pre-commit CI failures by skipping local hooks that require virtual environment (#9476)
This commit is contained in:
		
				
					committed by
					
						 Jesse Hills
						Jesse Hills
					
				
			
			
				
	
			
			
			
						parent
						
							b4521e1d8c
						
					
				
				
					commit
					740c0ef9d7
				
			| @@ -1,6 +1,13 @@ | |||||||
| --- | --- | ||||||
| # See https://pre-commit.com for more information | # See https://pre-commit.com for more information | ||||||
| # See https://pre-commit.com/hooks.html for more hooks | # See https://pre-commit.com/hooks.html for more hooks | ||||||
|  |  | ||||||
|  | ci: | ||||||
|  |   autoupdate_commit_msg: 'pre-commit: autoupdate' | ||||||
|  |   autoupdate_schedule: weekly | ||||||
|  |   # Skip hooks that have issues in pre-commit CI environment | ||||||
|  |   skip: [pylint, clang-tidy-hash, yamllint] | ||||||
|  |  | ||||||
| repos: | repos: | ||||||
|   - repo: https://github.com/astral-sh/ruff-pre-commit |   - repo: https://github.com/astral-sh/ruff-pre-commit | ||||||
|     # Ruff version. |     # Ruff version. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user