Skip to content

Bump typing-extensions from 4.4.0 to 4.12.2 #981

Bump typing-extensions from 4.4.0 to 4.12.2

Bump typing-extensions from 4.4.0 to 4.12.2 #981

Workflow file for this run

name: Check code style
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
check:
runs-on: ubuntu-latest
name: Check code style
steps:
- uses: actions/checkout@v4
- uses: RojerGS/python-black-check@master
with:
line-length: "88"
path: ". tests codeforces_api"