mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add problem matcher for Python formatting errors (#2833)
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/workflows/matchers/lint-python.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/matchers/lint-python.json
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +1,16 @@ | ||||
| { | ||||
|   "problemMatcher": [ | ||||
|     { | ||||
|       "owner": "black", | ||||
|       "severity": "error", | ||||
|       "pattern": [ | ||||
|         { | ||||
|           "regexp": "^(.*): (Please format this file with the black formatter)", | ||||
|           "file": 1, | ||||
|           "message": 2 | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "owner": "flake8", | ||||
|       "severity": "error", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user