Compare commits
	
		
			2 Commits
		
	
	
		
			cf840258c2
			...
			81138aa12e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 81138aa12e | |||
| 3ef16b70de | 
| @ -5,7 +5,7 @@ project( | ||||
| 	).stdout().strip('\n'), | ||||
| # 	'online.fxreader.uv', | ||||
| # 	['c', 'cpp'], | ||||
| 	version: '0.1.5.16+27.19', | ||||
| 	version: '0.1.5.16+27.20', | ||||
| # 	default_options: [ | ||||
| # 		'cpp_std=c++23', | ||||
| # 		# 'prefer_static=true', | ||||
|  | ||||
| @ -107,13 +107,19 @@ class CLI(abc.ABC): | ||||
|         if len(argv) == 0: | ||||
|             argv = ['check', '.',] | ||||
| 
 | ||||
|         subprocess.check_call([ | ||||
|             self.dist_settings.python_path, | ||||
|         cmd = [ | ||||
|             str(self.dist_settings.python_path), | ||||
|             '-m', | ||||
|             'ruff', | ||||
|             '--config', str(project.source_dir / 'pyproject.toml'), | ||||
|             *argv, | ||||
|         ]) | ||||
|         ] | ||||
| 
 | ||||
|         logger.info(dict( | ||||
|             cmd=cmd, | ||||
|         )) | ||||
| 
 | ||||
|         subprocess.check_call(cmd) | ||||
| 
 | ||||
|     def pyright( | ||||
|         self, | ||||
| @ -543,6 +549,8 @@ class CLI(abc.ABC): | ||||
| 
 | ||||
|         project = self.projects[project_name] | ||||
| 
 | ||||
|         bootstrap_settings = cli_bootstrap.BootstrapSettings.get() | ||||
| 
 | ||||
|         parser = argparse.ArgumentParser() | ||||
|         parser.add_argument( | ||||
|             '-f', | ||||
| @ -555,7 +563,7 @@ class CLI(abc.ABC): | ||||
|         parser.add_argument( | ||||
|             '-p', | ||||
|             dest='python_version', | ||||
|             default=None, | ||||
|             default=bootstrap_settings.python_version, | ||||
|             # type=pathlib.Path, | ||||
|             type=str, | ||||
|         ) | ||||
|  | ||||
							
								
								
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.16+27.20-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.16+27.20-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue
	
	Block a user