Skip to content

Bump requests-toolbelt from 0.10.1 to 1.0.0 #980

Bump requests-toolbelt from 0.10.1 to 1.0.0

Bump requests-toolbelt from 0.10.1 to 1.0.0 #980

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"