Skip to content

ENH: Make the scripts folder be a package #101

ENH: Make the scripts folder be a package

ENH: Make the scripts folder be a package #101

Workflow file for this run

name: code format
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
pre-commit:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.10']
requires: ['latest']
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install and run pre-commit hooks
uses: pre-commit/[email protected]