mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 02:42:59 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			129 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			129 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | #!/bin/bash | ||
|  | 
 | ||
|  | set -x | ||
|  | 
 | ||
|  | # run mypy checks | ||
|  | uv run --directory api --group dev \ | ||
|  |   python -m mypy --install-types --non-interactive . |