Skip to content

Bump fonttools from 4.38.0 to 4.43.1 #234

Bump fonttools from 4.38.0 to 4.43.1

Bump fonttools from 4.38.0 to 4.43.1 #234

Workflow file for this run

name: Python Type Checks
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Python testing dependencies
run: pip install --upgrade mypy
- name: Static type checks
run: mypy lib/dehinter