Skip to content

🐛 fix resolving lazy responses when emitted through a SOCKS, HTTP… #388

🐛 fix resolving lazy responses when emitted through a SOCKS, HTTP…

🐛 fix resolving lazy responses when emitted through a SOCKS, HTTP… #388

Workflow file for this run

name: Lint code
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: lint-${{ github.ref_name }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.x"
- name: Install nox
run: python -m pip install nox
- name: run pre-commit
run: nox -s lint