python/python3-pyflakes: Fix slack-desc to pass sbolint.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-12-18 18:21:31 +09:00 committed by Willy Sudiarto Raharjo
parent 66c4e71617
commit 1bcff309d4
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 6 additions and 6 deletions

View File

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
python3-pyflakes: python3-pyflakes (A simple program which checks Python source files)
python3-pyflakes: python3-pyflakes (A simple program which checks Python source files)
python3-pyflakes:
python3-pyflakes: Pyflakes analyzes programs and detects various errors.
python3-pyflakes: It works by parsing the source file, not importing it,
python3-pyflakes: so it is safe to use on modules with side effects.
python3-pyflakes: Its also much faster.
python3-pyflakes: Pyflakes analyzes programs and detects various errors.
python3-pyflakes: It works by parsing the source file, not importing it,
python3-pyflakes: so it is safe to use on modules with side effects.
python3-pyflakes: It's also much faster.
python3-pyflakes:
python3-pyflakes: Homepage: https://github.com/PyCQA/pyflakes
python3-pyflakes: Homepage: https://github.com/PyCQA/pyflakes
python3-pyflakes:
python3-pyflakes:
python3-pyflakes: