From 7c915217b0513b34c179c409cff983352f685bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Tue, 10 May 2022 11:38:53 +0200 Subject: Use main instead of master as main checker name (#6569) Co-authored-by: Pierre Sassoulas --- examples/pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/pylintrc b/examples/pylintrc index cebe5d2c1..8a1661072 100644 --- a/examples/pylintrc +++ b/examples/pylintrc @@ -1,4 +1,4 @@ -[MASTER] +[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 -- cgit v1.2.1