Skip to content

Commit 1579b1f

Browse files
committed
style(pylint): remove accidental pylint line-length line
1 parent 93a7d2c commit 1579b1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[tool.black]
2+
line-length = 100
23
target-version = ['py38']
34
include = 'server,tests/server'
45

56
[tool.pylint]
67
[tool.pylint.'MESSAGES CONTROL']
8+
max-line-length = 100
79
disable = [
810
'logging-format-interpolation',
911
# Allow pytest functions to be part of a class

0 commit comments

Comments
 (0)