Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 398 Bytes

File metadata and controls

15 lines (8 loc) · 398 Bytes

python-ioctl checks

Pure python typed Linux ioctl & ioctl interfaces implementation

Suported interfaces

  • hidraw

Development

We use mypy to run static checks in scripts, and pre-commit to run misc checks. Install the pre-commit hook with pre-commit install.