From b33f162fa7c8bc07850db4f392bf83938181fbfc Mon Sep 17 00:00:00 2001 From: Omry Yadan Date: Tue, 9 Mar 2021 16:03:06 -0800 Subject: [PATCH] added 'build' to isort skip dirs --- .isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.isort.cfg b/.isort.cfg index a1bd71c51..8d4c54412 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -7,4 +7,4 @@ line_length=88 ensure_newline_before_comments=True known_third_party=attr,pytest known_first_party=omegaconf -skip=.eggs,.nox,omegaconf/grammar/gen +skip=.eggs,.nox,omegaconf/grammar/gen,build