From 8d3510c7414f01e0866a4d7d264873b9dc74f95e Mon Sep 17 00:00:00 2001 From: Wolfgang Kerzendorf Date: Wed, 24 Jun 2020 17:25:44 -0400 Subject: [PATCH] add tardis toml for black configuration --- tardis.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tardis.toml diff --git a/tardis.toml b/tardis.toml new file mode 100644 index 00000000000..7902e9b1761 --- /dev/null +++ b/tardis.toml @@ -0,0 +1,3 @@ +[tool.black] +line-length = 80 +target-version = ['py36']