From 57d51ad9bb88f05dced3c47a68688bfebc90e697 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 3 Sep 2014 10:47:27 +0200 Subject: 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 --- .flake8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.flake8') 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 -- cgit v1.2.3-54-g00ecf