We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e61699 commit 2a9baeeCopy full SHA for 2a9baee
pyproject.toml
@@ -31,6 +31,8 @@ build-backend = "poetry.core.masonry.api"
31
# Lint Configurations
32
[tool.isort]
33
force_single_line = "True"
34
+profile = "black"
35
+line_length = "79"
36
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
37
38
[tool.black]
0 commit comments