From e12d2920a90162a0ac8c06dc48b1284c2146367f Mon Sep 17 00:00:00 2001 From: Frank Schneider Date: Fri, 21 Jan 2022 15:07:31 +0100 Subject: [PATCH] Add isort --- setup.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 68b58cbe6..af2f038c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,6 +48,7 @@ python_requires = >=3.7 # Dependencies for developing the package dev = + isort pylint # JAX Core @@ -73,7 +74,14 @@ pytorch = torch==1.9.1+cu111 torchvision==0.10.1+cu111 -# Pylint configuration +# Linting configuration + +# isort configuration + +[isort] +profile=google + +# pylint configuration [pylint.MASTER]