Logo
Explore Help
Sign In
IntenseWebs/sphinx
3
0
Fork 0
You've already forked sphinx
mirror of https://github.com/sphinx-doc/sphinx.git synced 2025-02-25 18:55:22 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
caa1d1f3c212bd58fda6b7a1a97c15055b62e7a3
sphinx/tests/roots/test-ext-autodoc/autodoc_dummy_module.py

7 lines
111 B
Python
Raw Normal View History

Sort imports with isort 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.
2020-11-11 12:00:27 +01:00
from dummy import * # NOQA
Fix `sphinx.ext.autodoc` crashes if target code imports * from mock modules by `autodoc_mock_imports`
2016-08-09 12:19:49 +09:00
def test():
"""Dummy function using dummy.*"""
Fix flake8 violations
2018-02-19 22:39:14 +09:00
dummy_function() # NOQA
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 45ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API