summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-09-03 10:47:27 +0200
committerFlorian Bruhin <git@the-compiler.org>2014-09-08 07:36:17 +0200
commit57d51ad9bb88f05dced3c47a68688bfebc90e697 (patch)
tree15c7018b99490cf735cfe8e20cb558ef3ee0ff92 /.flake8
parentd836e26107733e558a8e8553f6cc977d8aeac18c (diff)
downloadqutebrowser-57d51ad9bb88f05dced3c47a68688bfebc90e697.tar.gz
qutebrowser-57d51ad9bb88f05dced3c47a68688bfebc90e697.zip
Lots of fixes for new command system.
Squashed commit: - Fix getting current URL - Get rid of *args for hints. - Make enums work. - Fix moving commands to utilcmds. - Fix enums in argparse - Fix arg splitting for hints. - Fix default enum args. - Fix argument splitting for hints if None is given. - Fix set_cmd_text with flags and fix {url}. - Fix unittests - Fix tuple types for arguments. - Fix scroll-page. - Fix lint - Fix open_target. - Others
Diffstat (limited to '.flake8')
-rw-r--r--.flake83
1 files changed, 2 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 0c7c865d4..78c542d81 100644
--- a/.flake8
+++ b/.flake8
@@ -11,7 +11,8 @@
# E222: Multiple spaces after operator
# F811: Redifiniton
# W292: No newline at end of file
+# E701: multiple statements on one line
# E702: multiple statements on one line
-ignore=E241,E265,F401,E501,F821,F841,E222,F811,W292,E702
+ignore=E241,E265,F401,E501,F821,F841,E222,F811,W292,E701,E702
max_complexity = 12
exclude = ez_setup.py