Skip to content

Merge pull request #1483 from bug-or-feature/bug_1482_mixed_index_df #1049

Merge pull request #1483 from bug-or-feature/bug_1482_mixed_index_df

Merge pull request #1483 from bug-or-feature/bug_1482_mixed_index_df #1049

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "23.11.0"