ci: add .flake8 linting to ci scripts and tests
Currently the ci scripts and tests don't have any linting checks. Add .flake8 linting to start adding some consistency to the scripts. Ignore most of the existing errors until they can be addressed on an individual basis. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32602>
This commit is contained in:

committed by
Marge Bot

parent
e274d27be5
commit
7994a3b17a
@@ -1,8 +1,12 @@
|
||||
# If you change these requirements, and you need these packages
|
||||
# to be available in the debian/x86_64_pyutils container
|
||||
# then bump the DEBIAN_PYUTILS_TAG
|
||||
PyYAML==6.*
|
||||
colorama==0.4.*
|
||||
filecache==0.81
|
||||
filelock==3.*
|
||||
fire==0.5.0
|
||||
flake8==7.*
|
||||
gql==3.*
|
||||
kaleido==0.2.*
|
||||
lavacli==1.5.2
|
||||
|
Reference in New Issue
Block a user