Skip to content

Commit 8f8d42d

Browse files
offagonchik
authored andcommitted
Fix Pylint failing with an AttributeError. (#798)
1 parent 6b7f2dd commit 8f8d42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ line-length = 120
1010
include_trailing_comma = false
1111
include = '(atlassian|examples|tests)\/.*(\.py|GET|POST)'
1212

13-
[tool.pylint]
13+
[tool.pylint.format]
1414
max-line-length = 120
1515

1616
[tool.pylint.MASTER]
@@ -21,7 +21,7 @@ max-line-length = 120
2121
extension-pkg-whitelist=''
2222

2323
# Specify a score threshold to be exceeded before program exits with error.
24-
fail-under=10.0
24+
fail-under='10.0'
2525

2626
# Add files or directories to the blacklist. They should be base names, not
2727
# paths.

0 commit comments

Comments
 (0)