Skip to content

Add deprication warnings to non-float Coordinates #4

Add deprication warnings to non-float Coordinates

Add deprication warnings to non-float Coordinates #4

Workflow file for this run

name: ruff
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv run ruff check src tests
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv run ruff format --check src tests