nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 1d10ee71bf29e0e71f3fa95f753ed19c3b4b7c52
parent 0520cbdccb016e5097a3ab95c9c73631355742b1
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Fri, 22 Jul 2022 16:24:52 +0200

syntax: python: mention an alternative linter in a comment

Diffstat:
Msyntax/python.nanorc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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.