Skip to content

Bump tqdm from 4.62.2 to 4.66.3 in /scripts #199

Bump tqdm from 4.62.2 to 4.66.3 in /scripts

Bump tqdm from 4.62.2 to 4.66.3 in /scripts #199

Workflow file for this run

name: Lint
on: [pull_request] # yamllint disable-line rule:truthy
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "~= 24.4.0"