mirror of
				https://github.com/Eledio/superfaktura-client.git
				synced 2025-11-01 00:18:25 +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 |       - name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
|           python -m pip install --upgrade pip |           python -m pip install --upgrade pip | ||||||
|           pip install mypy types-requests types-setuptools |  | ||||||
|           pip install -r requirements_dev.txt |           pip install -r requirements_dev.txt | ||||||
|  |  | ||||||
|       - name: Run MyPy |       - name: Run MyPy | ||||||
|   | |||||||
| @@ -2,3 +2,6 @@ requests~=2.32.3 | |||||||
| python-dotenv~=1.0.1 | python-dotenv~=1.0.1 | ||||||
| pytest~=8.3.5 | pytest~=8.3.5 | ||||||
| pytest-cov | pytest-cov | ||||||
|  | mypy | ||||||
|  | types-requests | ||||||
|  | types-setuptools | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user