sapling/hgext/convert
Jun Wu a487dacc4b codemod: reformat rest of the code
Summary:
Previous code format attempt (D8173629) didn't cover all files due to `**/*.py`
was not expanded recursively by bash. That makes certain changes larger than
they should be (ex. D8675439). Now use zsh's `**/*.py` to format them.

Also fix Python syntax so black can run on more files, and all lint issues.

Reviewed By: phillco

Differential Revision: D8696912

fbshipit-source-id: 95f07aa0c5eb1b63947b0f77f534957f4ab65364
2018-07-05 17:52:43 -07:00
..
__init__.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
bzr.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
common.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
convcmd.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
cvs.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
cvsps.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
darcs.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
filemap.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
git.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
gnuarch.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
hg.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
monotone.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
p4.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
subversion.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
transport.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00