summaryrefslogtreecommitdiffstats
path: root/pyproject.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add usbmon to the list of known third_party packages.Diego Elio Pettenò2020-05-251-1/+1
|
* Make the project compliant with the REUSE guidelines.Diego Elio Pettenò2020-04-201-0/+4
| | | | | | | | | See https://reuse.software/ for details. For simplicity, the support files, that are vastly copy-pasta, are licensed under MIT license, rather than LGPL-2.1-or-later. Note that `reuse lint` currently fails due to fsfe/reuse-tool#208.
* The big typing cleanup.Diego Elio Pettenò2020-03-271-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.
* Specify why some isort settings are a certain way.Diego Elio Pettenò2020-03-261-0/+2
|
* Use setuptools_scm to handle the packaging and versioning.Diego Elio Pettenò2020-03-251-0/+9
|
* Increase minimum supported Python version to 3.7.Diego Elio Pettenò2020-03-231-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.
* add configuration for pre-commit, black and isortBen2020-03-081-0/+29