Skip to content

Make ulp_diff return the absolute difference by default #3

Make ulp_diff return the absolute difference by default

Make ulp_diff return the absolute difference by default #3

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: lint-${{ github.head_ref }}
cancel-in-progress: true
env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
jobs:
run:
name: Lint with ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
- name: Install Hatch
run: pip install --upgrade hatch
- name: Run linter
run: hatch fmt --linter --check