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 ef88f57 commit 03a5c3fCopy full SHA for 03a5c3f
pyproject.toml
@@ -1,3 +1,6 @@
1
[tool.black]
2
line-length = 79
3
-target-version = ['py37', 'py38', 'py39']
+target-version = ['py37', 'py38', 'py39']
4
+
5
+[tool.isort]
6
+profile = "black"
0 commit comments