summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-autodoc/autodoc_dummy_module.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-2/+2
|
* Sort imports with isortFrançois Freitag2020-11-111-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 violationsTakeshi KOMIYA2018-02-191-2/+2
|
* Fix `sphinx.ext.autodoc` crashes if target code imports * from mock modules ↵Takeshi KOMIYA2016-08-091-0/+6
by `autodoc_mock_imports`