Skip to content

Fix regression: shrinking corrupts the hash table #506

Fix regression: shrinking corrupts the hash table

Fix regression: shrinking corrupts the hash table #506

Workflow file for this run

name: Linting
on:
push:
branches: [master]
pull_request:
branches: ['*']
jobs:
checks:
name: pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: '3.12'
- uses: pre-commit/[email protected]