Skip to content

Commit 93a7d2c

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[tool.black]
2-
line-length = 100
32
target-version = ['py38']
43
include = 'server,tests/server'
54

65
[tool.pylint]
76
[tool.pylint.'MESSAGES CONTROL']
8-
max-line-length = 180
97
disable = [
108
'logging-format-interpolation',
119
# Allow pytest functions to be part of a class

0 commit comments

Comments
 (0)