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]