Skip to content

Bump black from 22.3.0 to 24.3.0 #181

Bump black from 22.3.0 to 24.3.0

Bump black from 22.3.0 to 24.3.0 #181

Workflow file for this run

name: Type Check
on:
push:
branches: develop
pull_request:
branches: develop
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Set Up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install tox
run: |
python3.7 -m pip install tox
- name: Run type checks
run: |
tox -e type