Skip to content

Bump typing-extensions from 4.9.0 to 4.10.0 #953

Bump typing-extensions from 4.9.0 to 4.10.0

Bump typing-extensions from 4.9.0 to 4.10.0 #953

Workflow file for this run

name: Check spelling
on: [push, pull_request]
jobs:
check-spelling:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check spelling
uses: codespell-project/actions-codespell@v1
with:
skip: ./tests/files
check_filenames: true