horizon/horizon/utils
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
babel_extract_angular.py Make babel_extract_angular work with python 3 2018-04-11 19:43:30 +09:00
csvbase.py Switch render() arguments to the new way 2017-06-21 19:32:03 +00:00
escape.py Escape angularjs templating in unsafe HTML 2016-06-15 11:03:01 -04:00
file_discovery.py Fix W503 warnings 2018-04-11 18:13:47 +09:00
filters.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
functions.py Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00
html.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
lazy_encoder.py Translate status in network topology 2016-01-18 13:19:20 +00:00
memoized.py Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00
scss_filter.py SCSS $webroot should inherit from settings.py 2015-08-15 08:05:24 -07:00
secret_key.py Clarify message if key file has wrong permissions 2017-03-09 15:45:12 +00:00
settings.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
units.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
validators.py Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00