mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
Cirrus CI: Add missing requests dependency for pylint
This commit is contained in:
@@ -4,8 +4,8 @@ container:
|
||||
code_check_task:
|
||||
pip_cache:
|
||||
folder: ~/.cache/pip
|
||||
fingerprint_script: printf "%s" "py3 pylint yapf"
|
||||
populate_script: python3 -m pip install pylint yapf
|
||||
fingerprint_script: printf "%s" "py3 pylint requests yapf"
|
||||
populate_script: python3 -m pip install pylint requests yapf
|
||||
yapf_script:
|
||||
- python3 -m yapf --style '.style.yapf' -e '*/third_party/*' -rpd buildkit
|
||||
- python3 -m yapf --style '.style.yapf' -rpd devutils
|
||||
|
||||
Reference in New Issue
Block a user