Skip to content

Commit a281e00

Browse files
moved black and docformatter settings to toml file
1 parent 5fd0fd8 commit a281e00

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

py/pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@ build-backend = "setuptools.build_meta"
99
# files or individual lines can be ignored via `# isort:skip|# isort:skip_file`.
1010
profile = "black"
1111
py_version=38
12-
force_single_line = true
12+
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

Comments
 (0)