summaryrefslogtreecommitdiff
path: root/tests/testdata/complex-dist/complexdist
Commit message (Collapse)AuthorAgeFilesLines
* Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-301-0/+3
| | | Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file.
* Renamed the wheel.tool package to wheel.cli and migrated CLI stuff thereAlex Grönholm2018-07-171-0/+2
The VerifyingZipFile class was also merged to the WheelFile class.