[flake8]
# it's not a bug that we aren't using all of hacking, ignore:
# E241: multiple spaces after ','
# E402: module level import not at top of file
# E501: line too long (82 > 79 characters)
# W601:	.has_key() is deprecated, use 'in'
ignore = E241, E402, E501, W601
