forked from JOJ/Joint-Teapot
		
	style: run pre-commit
This commit is contained in:
		
							parent
							
								
									2ccce41807
								
							
						
					
					
						commit
						9647b5d728
					
				|  | @ -33,5 +33,5 @@ def default_repo_name_convertor(user: User) -> str: | ||||||
|     login_id, name = user.login_id, user.name |     login_id, name = user.login_id, user.name | ||||||
|     eng = re.sub("[\u4e00-\u9fa5]", "", name) |     eng = re.sub("[\u4e00-\u9fa5]", "", name) | ||||||
|     eng = eng.replace(",", "") |     eng = eng.replace(",", "") | ||||||
|     eng = eng.title().replace(" ", "").replace(u'\xa0', '') |     eng = eng.title().replace(" ", "").replace("\xa0", "") | ||||||
|     return f"{eng}{login_id}" |     return f"{eng}{login_id}" | ||||||
|  |  | ||||||
|  | @ -8,7 +8,7 @@ mattermostdriver>=7.3.2 | ||||||
| patool>=1.12 | patool>=1.12 | ||||||
| pydantic>=2.0.2 | pydantic>=2.0.2 | ||||||
| pydantic-settings>=2.0.1 | pydantic-settings>=2.0.1 | ||||||
|  | requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability | ||||||
| typer>=0.12.3 | typer>=0.12.3 | ||||||
| urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability | urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability | ||||||
| zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability | zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability | ||||||
| requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user