Skip to content

Bump idna from 2.8 to 3.7 #23

Bump idna from 2.8 to 3.7

Bump idna from 2.8 to 3.7 #23

Workflow file for this run

name: Pre-Commit
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
env:
PIP_DISABLE_PIP_VERSION_CHECK: "1"
steps:
- uses: actions/checkout@v4
- name: Install pre-commit
run: ./pre-commit-install.sh
- name: Run pre-commit
run: .pre-commit/bin/pre-commit run --verbose --all-files