mirror of
				https://github.com/astral-sh/ruff.git
				synced 2025-10-29 19:17:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			71 lines
		
	
	
	
		
			806 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
	
		
			806 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| """Do something.
 | |
| 
 | |
| Args:
 | |
|     x: the value
 | |
|         with a hanging indent
 | |
| 
 | |
| Returns:
 | |
|     the value
 | |
| """
 | |
| 
 | |
| 
 | |
| def func():
 | |
|     """Do something.
 | |
| 
 | |
|     Args:
 | |
|         x: the value
 | |
|             with a hanging indent
 | |
| 
 | |
|     Returns:
 | |
|         the value
 | |
|     """
 | |
| 
 | |
| 
 | |
| def func():
 | |
|     """Do something.
 | |
| 
 | |
|     Args:
 | |
|         x: the value
 | |
|             with a hanging indent
 | |
| 
 | |
|     Returns:
 | |
|         the value
 | |
| 
 | |
|     """
 | |
| 
 | |
| 
 | |
| def func():
 | |
|     """Do something.
 | |
| 
 | |
|     Args:
 | |
|         x: the value
 | |
|             with a hanging indent
 | |
| 
 | |
|     Returns:
 | |
|         the value
 | |
| 
 | |
| 
 | |
|     """
 | |
| 
 | |
| 
 | |
| def func():
 | |
|     """Do something.
 | |
| 
 | |
|     Args:
 | |
|         x: the value
 | |
|             with a hanging indent
 | |
| 
 | |
|     Returns:
 | |
|         the value"""
 | |
| 
 | |
| 
 | |
| def func():
 | |
|     """Do something.
 | |
| 
 | |
|     Args:
 | |
|         x: the value
 | |
|             with a hanging indent
 | |
| 
 | |
|     Returns:
 | |
|         the value
 | |
|         """
 | 
