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 5fd0fd8 commit a281e00Copy full SHA for a281e00
py/pyproject.toml
@@ -9,4 +9,11 @@ build-backend = "setuptools.build_meta"
9
# files or individual lines can be ignored via `# isort:skip|# isort:skip_file`.
10
profile = "black"
11
py_version=38
12
-force_single_line = true
+force_single_line = true
13
+
14
+[tool.black]
15
+line-length = 120
16
+target-version = ['py38']
17
18
+[tool.docformatter]
19
+recursive = true
0 commit comments