mirror of
				https://github.com/b4tman/sync_ics2gcal
				synced 2025-11-04 12:38:32 +00:00 
			
		
		
		
	ignore mypy_report folder + lxml dep
This commit is contained in:
		
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -4,8 +4,12 @@ service-account.json
 | 
				
			|||||||
my-test*.ics
 | 
					my-test*.ics
 | 
				
			||||||
.vscode/
 | 
					.vscode/
 | 
				
			||||||
.idea/
 | 
					.idea/
 | 
				
			||||||
 | 
					.venv/
 | 
				
			||||||
 | 
					.pytest_cache/
 | 
				
			||||||
 | 
					.mypy_cache/
 | 
				
			||||||
/dist/
 | 
					/dist/
 | 
				
			||||||
/*.egg-info/
 | 
					/*.egg-info/
 | 
				
			||||||
/build/
 | 
					/build/
 | 
				
			||||||
/.eggs/
 | 
					/.eggs/
 | 
				
			||||||
venv/
 | 
					venv/
 | 
				
			||||||
 | 
					mypy_report/
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -34,6 +34,7 @@ mypy = ">=0.960"
 | 
				
			|||||||
types-python-dateutil = "^2.8.17"
 | 
					types-python-dateutil = "^2.8.17"
 | 
				
			||||||
types-pytz = ">=2021.3.8"
 | 
					types-pytz = ">=2021.3.8"
 | 
				
			||||||
types-PyYAML = "^6.0.8"
 | 
					types-PyYAML = "^6.0.8"
 | 
				
			||||||
 | 
					lxml = "^4.9.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.poetry.scripts]
 | 
					[tool.poetry.scripts]
 | 
				
			||||||
sync-ics2gcal = "sync_ics2gcal.sync_calendar:main"
 | 
					sync-ics2gcal = "sync_ics2gcal.sync_calendar:main"
 | 
				
			||||||
@@ -51,4 +52,3 @@ module = [
 | 
				
			|||||||
    'fire'
 | 
					    'fire'
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
ignore_missing_imports = true
 | 
					ignore_missing_imports = true
 | 
				
			||||||
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user