From 191cd448b46989ef5e4aad316d438167d365ad68 Mon Sep 17 00:00:00 2001 From: offa Date: Tue, 15 Jun 2021 11:26:12 +0200 Subject: [PATCH] Fix Pylint failing with an AttributeError. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3766f15c..e09e7364a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ line-length = 120 include_trailing_comma = false include = '(atlassian|examples|tests)\/.*(\.py|GET|POST)' -[tool.pylint] +[tool.pylint.format] max-line-length = 120 [tool.pylint.MASTER] @@ -21,7 +21,7 @@ max-line-length = 120 extension-pkg-whitelist='' # Specify a score threshold to be exceeded before program exits with error. -fail-under=10.0 +fail-under='10.0' # Add files or directories to the blacklist. They should be base names, not # paths.