Skip to content

Fix: Correct mismatched datetime resolution with pd.date_range (#243) #227

Fix: Correct mismatched datetime resolution with pd.date_range (#243)

Fix: Correct mismatched datetime resolution with pd.date_range (#243) #227

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main, develop]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Run pre-commit
uses: pre-commit/action@v3.0.1