Skip to content

Fix: handle HIDError in hidapi.hidapi_impl._match() #3826

Fix: handle HIDError in hidapi.hidapi_impl._match()

Fix: handle HIDError in hidapi.hidapi_impl._match() #3826

Workflow file for this run

name: checks
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- name: Run pre-commit
uses: pre-commit/action@v3.0.0