mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
gitlab-ci: pep8 has been replaced by pycodestyle
This commit is contained in:
parent
4b3b14ca82
commit
a87df29135
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ lint_format_safety_checks:
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache bash dash ca-certificates python3
|
- apk add --no-cache bash dash ca-certificates python3
|
||||||
- python3 -m ensurepip
|
- python3 -m ensurepip
|
||||||
- pip3 install pep8 pyflakes pylint safety
|
- pip3 install pycodestyle pyflakes pylint safety
|
||||||
- export EXITVALUE=0
|
- export EXITVALUE=0
|
||||||
- ./hooks/pre-commit || export EXITVALUE=1
|
- ./hooks/pre-commit || export EXITVALUE=1
|
||||||
- safety check --full-report || export EXITVALUE=1
|
- safety check --full-report || export EXITVALUE=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue