From b8c2a328834c519d3a7ad6c37c07d1c2abb4ed68 Mon Sep 17 00:00:00 2001 From: Travis Collins Date: Fri, 7 Feb 2020 08:44:21 -0800 Subject: [PATCH] Add isort config to help with IIO precommit checks (#62) Signed-off-by: Travis F. Collins --- .isort.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .isort.cfg diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 000000000..4cb1e18ff --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,2 @@ +[settings] +known_third_party=iio