PythonCharmers/python-future

Provide more granular codemods

Open

#440 opened on Mar 13, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (1,172 stars) (327 forks)batch import
0.20enhancementhelp wanted

Description

For large codebases, it's helpful to have minimally small codemods, to reduce the volume of change associated with each commit.

There are some fixers (i.e. builtins, itertools) that might benefit from being split up.

Contributor guide