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>2020-11-15 11:11:18 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-16 14:31:50 +0300
commitbe008a049e236350f90cc9bdd7eca25656a2a305 (patch)
tree42b674ae931a5624ffc00f092b4388ce998a6e33 /setup.cfg
parentaf04b649064e85261163afc1b90bd5558618ea37 (diff)
test: Apply flake8 to tests/ directory
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 56d19663b..a4d46044b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,9 +29,11 @@ directory = sphinx/locale/
[flake8]
max-line-length = 95
ignore = E116,E241,E251,E741,W504,I101
-exclude = .git,.tox,.venv,tests/*,build/*,doc/_build/*,sphinx/search/*,doc/usage/extensions/example*.py
+exclude = .git,.tox,.venv,tests/roots/*,build/*,doc/_build/*,sphinx/search/*,doc/usage/extensions/example*.py
application-import-names = sphinx
import-order-style = smarkets
+per-file-ignores =
+ tests/*: E501
[flake8:local-plugins]
extension =