Apply isort lint to all python code
commita7f96f6946b8ceb76766e7ce29cbf81bfbc665d1
authorPeter Grayson <pete@jpgrayson.net>
Mon, 9 Mar 2020 01:58:15 +0000 (8 21:58 -0400)
committerPeter Grayson <pete@jpgrayson.net>
Mon, 9 Mar 2020 02:16:40 +0000 (8 22:16 -0400)
tree2772c7fa9762d285fe13d108e60c1493a42f7ed4
parent3bc96e4c1a4033f1731c45509b5f7b63b21d2cbb
Apply isort lint to all python code

The python files in the perf/ directory were not being checked by isort
when running `make lint`.

The Makefile is updated to run isort against `.` to be more inclusive. This
is also consistent with how flake8 is run for lint.

The skip_glob setting is added to setup.cfg to avoid isort descending into
any dot directories, any of which are not part of the stgit worktree.

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
Makefile
perf/create_synthetic_repo.py
perf/find_patchbomb.py
perf/perftest.py
setup.cfg