Skip to content

Merge branch 'agis/expose-overwite-save-profile' into agis/upd-2.30.0… #8543

Merge branch 'agis/expose-overwite-save-profile' into agis/upd-2.30.0…

Merge branch 'agis/expose-overwite-save-profile' into agis/upd-2.30.0… #8543

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@v3
- uses: actions/setup-python@v4
- name: Run pre-commit hooks on all files
run: python -m pip -v install pre-commit && pre-commit run -a -v