syntax: python: mention an alternative linter in a comment

This commit is contained in:
Benno Schulenberg 2022-07-22 16:24:52 +02:00
parent 0520cbdccb
commit 1d10ee71bf

View File

@ -5,6 +5,7 @@ header "^#!.*python"
magic "Python script"
comment "#"
# Alternative linter: pylint --exit-zero
linter pyflakes
# Function definitions.