Skip to content

refactor(logitech_receiver/hidppx0_constants.py): replace ERROR NamedInt by IntEnum #3586

refactor(logitech_receiver/hidppx0_constants.py): replace ERROR NamedInt by IntEnum

refactor(logitech_receiver/hidppx0_constants.py): replace ERROR NamedInt by IntEnum #3586

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/[email protected]