Skip to content

refactor(usb_host): Removed parent_dev_hdl and parent_port_num from Enum Driver (part1/4) #1450

refactor(usb_host): Removed parent_dev_hdl and parent_port_num from Enum Driver (part1/4)

refactor(usb_host): Removed parent_dev_hdl and parent_port_num from Enum Driver (part1/4) #1450

Workflow file for this run

name: pre-commit
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.2.0
- uses: pre-commit/action@v3.0.1