Merge pull request 'Update python Docker tag to v3.11.4' (#58) from renovate/python-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #58
This commit is contained in:
commit
22d97570b1
@ -4,14 +4,14 @@ type: docker
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: python:3.11.3
|
image: python:3.11.4
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run flake8
|
- poetry run flake8
|
||||||
- poetry run mypy .
|
- poetry run mypy .
|
||||||
- name: epub
|
- name: epub
|
||||||
image: python:3.11.3
|
image: python:3.11.4
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install --without dev
|
- poetry install --without dev
|
||||||
|
Reference in New Issue
Block a user