From 993b61b37eb6bfb165f32dc24f0e36c9237e0a48 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 30 Jul 2021 18:31:07 -0400 Subject: [PATCH] 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 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 )/ ''' -- 2.16.6