Skip to content

Commit 1790a14

Browse files
authored
Fix TOML parsing error in pyproject.toml (#819)
1 parent 3c1d66a commit 1790a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ suggestion-mode='yes'
6060
unsafe-load-any-extension='no'
6161

6262

63-
['tool.pylint.MESSAGES CONTROL']
63+
[tool.pylint."MESSAGES CONTROL"]
6464

6565
# Only show warnings with the listed confidence levels. Leave empty to show
6666
# all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED.

0 commit comments

Comments
 (0)