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