Skip to content

Bump h11 and httpcore versions to 0.16.0 and 1.0.9 respectively #43

Bump h11 and httpcore versions to 0.16.0 and 1.0.9 respectively

Bump h11 and httpcore versions to 0.16.0 and 1.0.9 respectively #43

Workflow file for this run

name: Linting
on: [push, pull_request, workflow_dispatch]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Linting
uses: chartboost/ruff-action@v1
with:
args: check
- name: Check Formatting
uses: chartboost/ruff-action@v1
with:
args: format --check