d/salsa-ci.yml: Restore Python static checks on scripts
flake8 only checks *.py by default. We want to check all Python scripts as well. Restore the previous commands that build a list of files to check.
Fixes: 3c1bc79a ("Use flake8 to check Python code")