Skip to content

Bump gitpython from 3.1.37 to 3.1.41 #68

Bump gitpython from 3.1.37 to 3.1.41

Bump gitpython from 3.1.37 to 3.1.41 #68

Workflow file for this run

name: mypy
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install poetry
run: |
python3.10 -m pip install poetry
- name: Install dependencies
run: |
poetry install --no-interaction
- name: Check types with mypy
run: poetry run mypy flask_constance/