Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded `noqa` lint suppression comments (#10772) | danieleades | 2022-08-28 | 1 | -2/+2 |
| | |||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -2/+2 |
| | |||||
* | Fix `sphinx.ext.autodoc` crashes if target code imports * from mock modules ↵ | Takeshi KOMIYA | 2016-08-09 | 1 | -0/+6 |
by `autodoc_mock_imports` |