Skip to content

Bump fonttools from 4.38.0 to 4.41.1 #227

Bump fonttools from 4.38.0 to 4.41.1

Bump fonttools from 4.38.0 to 4.41.1 #227

Workflow file for this run

name: Python Lints
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 flake8
- name: flake8 Lint
uses: py-actions/flake8@v1
with:
max-line-length: "90"
path: "lib/dehinter"