1
1

syntax: python: mention an alternative linter in a comment

Этот коммит содержится в:
Benno Schulenberg 2022-07-22 16:24:52 +02:00
родитель 0520cbdccb
Коммит 1d10ee71bf

Просмотреть файл

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