Skip to content

Enable reading trajectory for all datasets from PV5.1-PV7 and add support for traj in PV-360V3+ #51

Enable reading trajectory for all datasets from PV5.1-PV7 and add support for traj in PV-360V3+

Enable reading trajectory for all datasets from PV5.1-PV7 and add support for traj in PV-360V3+ #51

Workflow file for this run

name: Ruff Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: ruff check .