blob: 6550e6e9180044490c35f2c635d32f6a8cbff01c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# python-ioctl
Pure python typed ioctl implementation
### Development
We use [mypy](http://mypy-lang.org/) to run static checks in scripts, and
[pre-commit](https://pre-commit.com/) to run misc checks. Install the pre-commit
hook with `pre-commit install`.
|