add types-requests dependency

This commit is contained in:
Sarah Hoffmann 2022-11-08 23:43:30 +01:00
parent 6ddb39fda3
commit 26a5b59c28

View File

@ -99,7 +99,7 @@ jobs:
if: matrix.ubuntu == 22 if: matrix.ubuntu == 22
- name: Install latest pylint/mypy - name: Install latest pylint/mypy
run: pip3 install -U pylint mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil typing-extensions run: pip3 install -U pylint mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil types-requests typing-extensions
- name: PHP linting - name: PHP linting
run: phpcs --report-width=120 . run: phpcs --report-width=120 .