mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	python: Reformat with Black 22 (stable).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		@@ -185,7 +185,7 @@ COMPILED_IGNORED_PHRASES = [
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
SPLIT_BOUNDARY = "?.!"  # Used to split string into sentences.
 | 
			
		||||
SPLIT_BOUNDARY_REGEX = re.compile(fr"[{SPLIT_BOUNDARY}]")
 | 
			
		||||
SPLIT_BOUNDARY_REGEX = re.compile(rf"[{SPLIT_BOUNDARY}]")
 | 
			
		||||
 | 
			
		||||
# Regexes which check capitalization in sentences.
 | 
			
		||||
DISALLOWED = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user