summaryrefslogtreecommitdiffstats
path: root/pyproject.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-03Update minimum supported Python version to 3.9.Diego Elio Pettenò1-1/+1
2020-10-04Move pytest configuration to pyproject.toml.Diego Elio Pettenò1-0/+11
2020-05-25Add usbmon to the list of known third_party packages.Diego Elio Pettenò1-1/+1
2020-04-20Make the project compliant with the REUSE guidelines.Diego Elio Pettenò1-0/+4
2020-03-27The big typing cleanup.Diego Elio Pettenò1-1/+1
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
2020-03-08add configuration for pre-commit, black and isortBen1-0/+29