mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Since we already have one for Black, this saves a top-level file. Signed-off-by: Anders Kaseorg <anders@zulip.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			183 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			183 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[tool.black]
 | 
						|
line-length = 100
 | 
						|
target-version = ["py36"]
 | 
						|
 | 
						|
[tool.isort]
 | 
						|
src_paths = [".", "tools", "tools/setup/emoji"]
 | 
						|
known_third_party = "zulip"
 | 
						|
profile = "black"
 | 
						|
line_length = 100
 |