mirror of
				https://github.com/Eledio/superfaktura-client.git
				synced 2025-10-31 16:11:20 +01:00 
			
		
		
		
	ga: add mypy to requirements_dev
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/mypy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/mypy.yml
									
									
									
									
										vendored
									
									
								
							| @@ -18,7 +18,6 @@ jobs: | ||||
|       - name: Install dependencies | ||||
|         run: | | ||||
|           python -m pip install --upgrade pip | ||||
|           pip install mypy types-requests types-setuptools | ||||
|           pip install -r requirements_dev.txt | ||||
|  | ||||
|       - name: Run MyPy | ||||
|   | ||||
| @@ -2,3 +2,6 @@ requests~=2.32.3 | ||||
| python-dotenv~=1.0.1 | ||||
| pytest~=8.3.5 | ||||
| pytest-cov | ||||
| mypy | ||||
| types-requests | ||||
| types-setuptools | ||||
|   | ||||
		Reference in New Issue
	
	Block a user