git-machete
                                
                                 git-machete copied to clipboard
                                
                                    git-machete copied to clipboard
                            
                            
                            
                        Replace `list(map(fun, seq))` with `[fun(elem) for elem in seq]` across the codebase
The latter is just more readable.