Skip to content

feat: replace .expect() and .unwrap() with proper error handling #466

feat: replace .expect() and .unwrap() with proper error handling

feat: replace .expect() and .unwrap() with proper error handling #466

Workflow file for this run

name: pre-commit
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- uses: pre-commit/[email protected]