mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-01 01:48:46 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			286 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			286 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [bumpversion]
 | |
| current_version = 10.1.5
 | |
| commit = True
 | |
| tag = True
 | |
| 
 | |
| [bumpversion:file:fastapi_users/__init__.py]
 | |
| search = __version__ = "{current_version}"
 | |
| replace = __version__ = "{new_version}"
 | |
| 
 | |
| [flake8]
 | |
| exclude = docs
 | |
| max-line-length = 88
 | |
| docstring-convention = numpy
 | |
| ignore = D1, W503
 | 
