From 94269b090154829a36432e57290913ee214a0cf9 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Mon, 3 Oct 2022 15:38:34 -0700 Subject: [PATCH] Add python-black config --- .config/black | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/black diff --git a/.config/black b/.config/black new file mode 100644 index 0000000..5431fe5 --- /dev/null +++ b/.config/black @@ -0,0 +1,3 @@ +[tool.black] +line-length = 120 +include = '\.pyi?$'