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 b307624 commit f76298cCopy full SHA for f76298c
pyproject.toml
@@ -10,7 +10,7 @@ line-length = 120
10
include_trailing_comma = false
11
include = '(atlassian|examples|tests)\/.*(\.py|GET|POST)'
12
13
-[tool.pylint]
+[tool.pylint.format]
14
max-line-length = 120
15
16
[tool.pylint.MASTER]
@@ -21,7 +21,7 @@ max-line-length = 120
21
extension-pkg-whitelist=''
22
23
# Specify a score threshold to be exceeded before program exits with error.
24
-fail-under=10.0
+fail-under='10.0'
25
26
# Add files or directories to the blacklist. They should be base names, not
27
# paths.
0 commit comments