From c0e1fb5f7144995adbea3268f4c2e564aeca229b Mon Sep 17 00:00:00 2001 From: Ben Alkov Date: Sun, 18 Sep 2022 14:23:14 -0400 Subject: [PATCH] feat(ci): add pyproject.toml with `blue` config Signed-off-by: Ben Alkov --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000..5df66dd42b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[tool.blue] +line-length = 90 +target-version = ['py310']