mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
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:
parent
66c4e71617
commit
1bcff309d4
1 changed files with 6 additions and 6 deletions
|
@ -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: It’s 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:
|
||||
|
|
Loading…
Reference in a new issue