mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-11-04 18:48:15 +08:00 
			
		
		
		
	feat: Update pre-commit-config.yaml (#667)
This commit is contained in:
		@@ -80,10 +80,8 @@ if __name__ == "__main__":
 | 
			
		||||
    _filter = make_predicate(args.filter, args.negative_filter)
 | 
			
		||||
 | 
			
		||||
    if args.mlx_dtypes:
 | 
			
		||||
        compare_filtered = (
 | 
			
		||||
            lambda x: compare_mlx_dtypes(
 | 
			
		||||
                x.split() + rest, args.mlx_dtypes[0], args.mlx_dtypes[1]
 | 
			
		||||
            )
 | 
			
		||||
        compare_filtered = lambda x: (
 | 
			
		||||
            compare_mlx_dtypes(x.split() + rest, args.mlx_dtypes[0], args.mlx_dtypes[1])
 | 
			
		||||
            if _filter(x)
 | 
			
		||||
            else None
 | 
			
		||||
        )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user