Skip to content

Rename LookupError to IpregistryLookupError with backward-compatible … #3

Rename LookupError to IpregistryLookupError with backward-compatible …

Rename LookupError to IpregistryLookupError with backward-compatible … #3

Workflow file for this run

name: Lint
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.14'
- name: Install ruff
run: pipx install ruff
- name: Run ruff
run: ruff check .