We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b17df0 commit 93a7d2cCopy full SHA for 93a7d2c
pyproject.toml
@@ -1,11 +1,9 @@
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 = 180
9
disable = [
10
'logging-format-interpolation',
11
# Allow pytest functions to be part of a class
0 commit comments