Skip to content

Commit 4dd0f70

Browse files
committed
add a pylint section to pyproject.toml
and configure the line length there; See also pylint-dev/pylint#3181
1 parent 5c0cd86 commit 4dd0f70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ line-length = 120
33

44
[tool.isort]
55
line_length = 120
6+
7+
[tool.pylint."MESSAGES CONTROL"]
8+
max-line-length = 120

0 commit comments

Comments
 (0)