summaryrefslogtreecommitdiffstats
path: root/pyproject.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-27The big typing cleanup.Diego Elio Pettenò1-1/+1
Now that Python 3.7 is the minimum Python version, typing can be done inline, which makes it easier for mypy to know the files to check. Indeed, all the files are now typechecked, which uncovered a few minor bugs and mistakes here and there.
2020-03-26Specify why some isort settings are a certain way.Diego Elio Pettenò1-0/+2
2020-03-25Use setuptools_scm to handle the packaging and versioning.Diego Elio Pettenò1-0/+9
2020-03-23Increase minimum supported Python version to 3.7.Diego Elio Pettenò1-1/+1
This simplifies compatibility with usbmon-tools for the reversing tools, and will allow converting all the type annotations inline, which is less intrusive.
2020-03-08add configuration for pre-commit, black and isortBen1-0/+29