Skip to content

Update style and fix compilation issues with the latest numpy/scikit-learn #164

Update style and fix compilation issues with the latest numpy/scikit-learn

Update style and fix compilation issues with the latest numpy/scikit-learn #164

Workflow file for this run

name: Black + Ruff Format Checker
on: [push, pull_request]
jobs:
black-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--diff --check"
src: "."
ruff-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1