Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ``.egg`` support from pycode ``ModuleAnalyser`` | Adam Turner | 2023-03-05 | 2 | -10/+0 |
| | | | | Python eggs are a now-obsolete binary distribution format. | ||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -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 tests | Takeshi KOMIYA | 2019-01-02 | 2 | -3/+0 |
| | |||||
* | Fix #5290: autodoc: failed to analyze source code in egg package | Takeshi KOMIYA | 2018-09-06 | 2 | -0/+14 |