quickfix: pin mypy version to avoid issues with latest release
This commit is contained in:
		
							parent
							
								
									2237120cd5
								
							
						
					
					
						commit
						0cc99044e7
					
				
							
								
								
									
										2
									
								
								.github/workflows/lint.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint.yaml
									
									
									
									
										vendored
									
									
								
							| @ -25,7 +25,7 @@ jobs: | |||||||
|           cd backend/ |           cd backend/ | ||||||
|           python -m pip install --upgrade pip |           python -m pip install --upgrade pip | ||||||
|           pip install -r requirements.txt |           pip install -r requirements.txt | ||||||
|           pip install -U black pylint mypy |           pip install -r dev-requirements.txt | ||||||
| 
 | 
 | ||||||
|       - name: Style Check |       - name: Style Check | ||||||
|         run: | |         run: | | ||||||
|  | |||||||
							
								
								
									
										3
									
								
								backend/dev-requirements.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								backend/dev-requirements.txt
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,3 @@ | |||||||
|  | black | ||||||
|  | pylint | ||||||
|  | mypy==1.10.1 | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user