Skip to content

Use uri.netloc() instead of uri.host when sending HTTP requests #769

Use uri.netloc() instead of uri.host when sending HTTP requests

Use uri.netloc() instead of uri.host when sending HTTP requests #769

Workflow file for this run

name: Lint code
on:
push:
branches: develop
pull_request:
branches: develop
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python for Pants - 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Set up Python for linting - 3.11
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Run pre-commit
uses: pre-commit/[email protected]