Skip to content

utils/datasets.py:save_dataframe - add missing return #17

utils/datasets.py:save_dataframe - add missing return

utils/datasets.py:save_dataframe - add missing return #17

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
pre-commit:
name: pre-commit-hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: pre-commit/[email protected]
with:
args: --all-files