horizon/horizon/templatetags
Akihiro Motoki cebe212d00 Bump hacking to 1.1.0
Fix the following new errors:
* E305 expected 2 blank lines after class or function definition, found 1
* E126 continuation line over-indented for hanging indent

max_line_length is set to 80 as the default value in pycodestyle is 79
but horizon uses 80 as max_line_length.

Ignore W504 and F405 by configurations.
Reasons of disabling them are explained as comments in tox.ini.

Change-Id: Iee8bcd60c30883fc8c74f08cf20af853cbb5e271
2018-11-10 16:44:25 +09:00
..
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
angular.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
bootstrap.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
branding.py django2: Replace assignment_tag with simple_tag 2018-02-17 01:36:54 +09:00
breadcrumb_nav.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
form_helpers.py Horizon Forms should allow themable number spinners 2017-06-28 15:50:27 -07:00
horizon.py django2: Replace assignment_tag with simple_tag 2018-02-17 01:36:54 +09:00
parse_date.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
shellfilter.py Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00
sizeformat.py filesizeformat() does't consider the situation like `float('inf')` 2017-01-18 08:10:54 +08:00
truncate_filter.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00