Skip to content

add peewee models for gaia_dr3_source_g_lt_16 and gaia_dr2_source_g_l… #19

add peewee models for gaia_dr3_source_g_lt_16 and gaia_dr2_source_g_l…

add peewee models for gaia_dr3_source_g_lt_16 and gaia_dr2_source_g_l… #19

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Lint with ruff
run: |
pip install ruff
ruff check python/