From: Thanh Ha Date: Fri, 30 Jul 2021 22:31:07 +0000 (-0400) Subject: Chore: Enable black for lftools X-Git-Tag: v0.35.6~6 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F68386%2F1;p=releng%2Flftools.git Chore: Enable black for lftools Not sure why lftools was excluded but it effectively disabled black in all of lftools defeating the purpose of having it in pre-commit in the first place. Signed-off-by: Thanh Ha Change-Id: I60b3832cb180574e114b2dca78c0376a14c6d66e --- diff --git a/pyproject.toml b/pyproject.toml index ac6241e0..bb9a6294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,7 @@ line-length = 120 target-version = ['py36'] exclude = ''' /( - lftools - | \.venv + \.venv )/ '''