mirror of
				https://github.com/b4tman/sync_ics2gcal
				synced 2025-11-04 12:38:32 +00:00 
			
		
		
		
	add mypy strict check (not failing)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/pythonpackage.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/pythonpackage.yml
									
									
									
									
										vendored
									
									
								
							@@ -45,6 +45,10 @@ jobs:
 | 
			
		||||
        mkdir mypy_report
 | 
			
		||||
        poetry run mypy --pretty --html-report mypy_report/ .
 | 
			
		||||
 | 
			
		||||
    - name: Check type annotations with mypy strict mode (not failing)
 | 
			
		||||
      run: |
 | 
			
		||||
        poetry run mypy --strict --pretty . || true
 | 
			
		||||
 | 
			
		||||
    - name: Upload mypy report
 | 
			
		||||
      uses: actions/upload-artifact@v2
 | 
			
		||||
      with:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user