Re: [PATCH v4 16/24] python: move .isort.cfg into setup.cfg

2021-02-16 Thread Cleber Rosa
On Thu, Feb 11, 2021 at 01:58:48PM -0500, John Snow wrote: > Signed-off-by: John Snow > --- > python/.isort.cfg | 7 --- > python/setup.cfg | 8 > 2 files changed, 8 insertions(+), 7 deletions(-) > delete mode 100644 python/.isort.cfg > Reviewed-by: Cleber Rosa signature.asc D

[PATCH v4 16/24] python: move .isort.cfg into setup.cfg

2021-02-11 Thread John Snow
Signed-off-by: John Snow --- python/.isort.cfg | 7 --- python/setup.cfg | 8 2 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 python/.isort.cfg diff --git a/python/.isort.cfg b/python/.isort.cfg deleted file mode 100644 index 6d0fd6cc0d3..000 --- a/pyth