We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a7d2c commit 1579b1fCopy full SHA for 1579b1f
pyproject.toml
@@ -1,9 +1,11 @@
1
[tool.black]
2
+line-length = 100
3
target-version = ['py38']
4
include = 'server,tests/server'
5
6
[tool.pylint]
7
[tool.pylint.'MESSAGES CONTROL']
8
+ max-line-length = 100
9
disable = [
10
'logging-format-interpolation',
11
# Allow pytest functions to be part of a class
0 commit comments