Skip to content

Bump zipp from 3.11.0 to 3.19.2 #974

Bump zipp from 3.11.0 to 3.19.2

Bump zipp from 3.11.0 to 3.19.2 #974

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"