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?$'