Skip to content

Commit

Permalink
W690 add DEFAULT_IGNORE. (because Python3 is mainstream now)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Aug 31, 2018
1 parent f9a8e36 commit d516e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class documentation for more information.
])


DEFAULT_IGNORE = 'E226,E24,W503' # TODO: use pycodestyle.DEFAULT_IGNORE
DEFAULT_IGNORE = 'E226,E24,W503,W690' # TODO: use pycodestyle.DEFAULT_IGNORE
DEFAULT_INDENT_SIZE = 4

SELECTED_GLOBAL_FIXED_METHOD_CODES = ['W602', ]
Expand Down

0 comments on commit d516e28

Please sign in to comment.