summaryrefslogtreecommitdiff
path: root/examples/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pyproject.toml')
-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.