From 1d10ee71bf29e0e71f3fa95f753ed19c3b4b7c52 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 22 Jul 2022 16:24:52 +0200 Subject: [PATCH] syntax: python: mention an alternative linter in a comment --- syntax/python.nanorc | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/python.nanorc b/syntax/python.nanorc index 166e2abf..e8ba17e2 100644 --- a/syntax/python.nanorc +++ b/syntax/python.nanorc @@ -5,6 +5,7 @@ header "^#!.*python" magic "Python script" comment "#" +# Alternative linter: pylint --exit-zero linter pyflakes # Function definitions.