From 0103c860c8a1728a31f5fb98e358bce0ea7156e8 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 18 Sep 2020 10:29:36 +0200 Subject: [PATCH] More consistency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c893a52d..1d99c4e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,8 @@ whitelist-regex = ["test_.*"] [tool.isort] profile = "attrs" -known_first_party="attr" -known_third_party=["attr", "hypothesis", "pytest", "setuptools", "six"] +known_first_party = "attr" +known_third_party = ["attr", "hypothesis", "pytest", "setuptools", "six"] [tool.towncrier]