blob: 71b6e500d6438a6679ad1b8e9e9d97b74343d187 (
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`.
|