More consistency

This commit is contained in:
Hynek Schlawack 2020-09-18 10:29:36 +02:00
parent 58c27a4c77
commit 0103c860c8
1 changed files with 2 additions and 2 deletions

View File

@ -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]