summaryrefslogtreecommitdiff
path: root/tests/roots/test-pycode-egg/src/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove ``.egg`` support from pycode ``ModuleAnalyser``Adam Turner2023-03-051-4/+0
| | | | Python eggs are a now-obsolete binary distribution format.
* Sort imports with isortFrançois Freitag2020-11-111-1/+0
| | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip.
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-1/+0
|
* Fix #5290: autodoc: failed to analyze source code in egg packageTakeshi KOMIYA2018-09-061-0/+6