summaryrefslogtreecommitdiff
path: root/docutils/tox.ini
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-03-04 15:55:26 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-03-04 15:55:26 +0000
commit109f461ae4bffc3870080e85a14da403a039effe (patch)
tree9f607ef14272bc7c7d30852dd71e1f57f02b2ea6 /docutils/tox.ini
parent4f91330504e2731b0469ad8f4ea3cafcf7c75def (diff)
downloaddocutils-109f461ae4bffc3870080e85a14da403a039effe.tar.gz
Fix (some) missing blank lines
flake8 rules E301: expected 1 blank line, found 0 E306: expected 1 blank line before a nested definition, found 0 git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9024 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tox.ini')
-rw-r--r--docutils/tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/docutils/tox.ini b/docutils/tox.ini
index 1a85149f3..3af8c3a66 100644
--- a/docutils/tox.ini
+++ b/docutils/tox.ini
@@ -38,11 +38,9 @@ ignore =
# whitespace around the operators with the lowest priority(ies).
# Use your own judgment; …"
- E301, # expected 1 blank line, found 0
E302, # expected 2 blank lines, found 1
E303, # too many blank lines (N)
E305, # expected 2 blank lines after class or function definition, found 1
- E306, # expected 1 blank line before a nested definition, found 0
E401, # multiple imports on one line
E402, # module level import not at top of file
E501, # line too long (N > 79 characters)