linting update

This commit is contained in:
Florian Bruhin 2014-02-12 17:00:50 +01:00
parent c0dc9f8622
commit 5342b88519
2 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class MainWindow(QMainWindow):
self.tabs.cur_load_started.connect(lambda:
self.status.prog.set_progress(0))
self.tabs.cur_scroll_perc_changed.connect(
self.status.percentage.set_perc)
self.status.percentage.set_perc)
self.tabs.cur_statusbar_message.connect(self.status.txt.setText)
self.tabs.cur_url_changed.connect(self.status.url.set_url)
self.tabs.cur_link_hovered.connect(self.status.url.set_hover_url)

View File

@ -60,6 +60,7 @@ options = {
'fixme',
'too-many-arguments',
'too-many-locals',
'too-many-instance-attributes',
'global-statement',
'no-init',
# visual noise