Chore: Enable black for lftools 86/68386/1
authorThanh Ha <zxiiro@gmail.com>
Fri, 30 Jul 2021 22:31:07 +0000 (18:31 -0400)
committerThanh Ha <zxiiro@gmail.com>
Fri, 30 Jul 2021 22:31:07 +0000 (18:31 -0400)
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 <zxiiro@gmail.com>
Change-Id: I60b3832cb180574e114b2dca78c0376a14c6d66e

pyproject.toml

index ac6241e..bb9a629 100644 (file)
@@ -3,8 +3,7 @@ line-length = 120
 target-version = ['py36']
 exclude = '''
 /(
-    lftools
-  | \.venv
+    \.venv
 )/
 '''