Fix flake8 E121 errors

master
Wiktor Matuszewski 2018-10-06 15:10:00 +02:00
parent c4bc4bbd54
commit ec9f58bda3
2 changed files with 5 additions and 6 deletions

View File

@ -202,8 +202,8 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'bepasty.tex', u'bepasty Documentation',
author, 'manual'),
('index', 'bepasty.tex', u'bepasty Documentation',
author, 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -246,9 +246,9 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'bepasty', u'bepasty Documentation',
author, 'bepasty', description,
'Miscellaneous'),
('index', 'bepasty', u'bepasty Documentation',
author, 'bepasty', description,
'Miscellaneous'),
]
# Documents to append as an appendix to all manuals.

View File

@ -3,7 +3,6 @@ norecursedirs = .eggs .git .tox build
[flake8]
ignore =
E121, # continuation line under-indented for hanging indent
E122, # continuation line missing indentation or outdented
E124, # closing bracket does not match visual indentation
E226, # missing whitespace around arithmetic operator