Skip to content

Update HISTORY for 0.36.1 against TileDB 2.30.1 (#2301) #8627

Update HISTORY for 0.36.1 against TileDB 2.30.1 (#2301)

Update HISTORY for 0.36.1 against TileDB 2.30.1 (#2301) #8627

Workflow file for this run

name: TileDB Python Linting
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- name: Run pre-commit hooks on all files
run: python -m pip -v install pre-commit && pre-commit run -a -v