Compare commits
	
		
			2 Commits
		
	
	
		
			548a8bcb7a
			...
			5190d23f09
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5190d23f09 | |||
| 908f0cbd20 | 
| @ -91,15 +91,20 @@ class CLI(abc.ABC): | ||||
|         project = self.projects[project_name] | ||||
| 
 | ||||
|         if len(argv) == 0: | ||||
|             argv = ['--threads', '3', '.'] | ||||
|             argv = ['--threads', '3'] | ||||
| 
 | ||||
|         subprocess.check_call([ | ||||
|             self.dist_settings.python_path, | ||||
|         cmd = [ | ||||
|             str(self.dist_settings.python_path), | ||||
|             '-m', | ||||
|             'pyright', | ||||
|             '--pythonpath', str(self.dist_settings.python_path), | ||||
|             '-p', str(project.source_dir / 'pyproject.toml'), | ||||
|             *argv, | ||||
|         ]) | ||||
|         ] | ||||
| 
 | ||||
|         logger.info(cmd) | ||||
| 
 | ||||
|         subprocess.check_call(cmd) | ||||
| 
 | ||||
|     def pip_sync( | ||||
|         self, | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| [project] | ||||
| name = 'online.fxreader.pr34' | ||||
| version = '0.1.5.12' | ||||
| version = '0.1.5.14' | ||||
| 
 | ||||
| dependencies = [ | ||||
|     #"-r requirements.txt", | ||||
|  | ||||
							
								
								
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.11-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.11-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.13-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.13-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.14-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.14-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue
	
	Block a user