Skip to content

Commit

Permalink
added 'build' to isort skip dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Mar 10, 2021
1 parent d9c3b01 commit b33f162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b33f162

Please sign in to comment.