summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-10 12:32:38 +0200
committerGitHub <noreply@github.com>2022-05-10 12:32:38 +0200
commit2dfff17ec794c9cc08eef19b288398e67bdcb239 (patch)
treeadb49e1ce92452456191933aa289ff72db56cbc3 /examples
parent7c915217b0513b34c179c409cff983352f685bf5 (diff)
downloadpylint-git-2dfff17ec794c9cc08eef19b288398e67bdcb239.tar.gz
Bump pylint to 2.14.0-b0, update changelog (#6527)v2.14.0-b1
Update contributors and create release summary
Diffstat (limited to 'examples')
-rw-r--r--examples/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pyproject.toml b/examples/pyproject.toml
index 87e16842c..690f0c0a6 100644
--- a/examples/pyproject.toml
+++ b/examples/pyproject.toml
@@ -1,4 +1,4 @@
-[tool.pylint.master]
+[tool.pylint.main]
# Analyse import fallback blocks. This can be used to support both Python 2 and 3
# compatible code, which means that the block might have code that exists only in
# one or another interpreter, leading to false positives when analysed.