Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-29 16:13:48 +0300
committerGitHub <noreply@github.com>2018-01-29 16:13:48 +0300
commit4344fa149c8e4ac6d60b6e5e54d367204f379f04 (patch)
tree55ad22bc9803e9fc339e95970f0b8393cfd3269d /setup.cfg
parent4a6cfe1dfa24c0da82e89c2b9109ac72b041d2b7 (diff)
parent6926a3ed915c2695fbbba49f36241d18bc1279fa (diff)
Merge pull request #4505 from tk0miya/use_flake8-import-order
Use flake8-import-order
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index dbef653bc..c993e75ec 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,8 +31,10 @@ directory = sphinx/locale/
[flake8]
max-line-length = 95
-ignore = E116,E241,E251,E741
+ignore = E116,E241,E251,E741,I101
exclude = .git,.tox,.venv,tests/*,build/*,doc/_build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py
+application-import-names = sphinx
+import-order-style = smarkets
[flake8:local-plugins]
extension =