Update indentation in setup.cfg.
Change-Id: I79d230aa834e58c482fbfa8d72cc1c4abee98fdc Reviewed-on: https://review.openstack.org/28623 Reviewed-by: Joe Gordon <jogo@cloudscaling.com> Approved: Sean Dague <sean@dague.net> Reviewed-by: Sean Dague <sean@dague.net> Tested-by: Jenkins
This commit is contained in:
parent
c5b07cad12
commit
99ecd73f47
50
setup.cfg
50
setup.cfg
@ -4,44 +4,44 @@ author = OpenStack
|
||||
author-email = openstack-dev@lists.openstack.org
|
||||
summary = OpenStack Hacking Guidline Enforcement
|
||||
description-file =
|
||||
README.rst
|
||||
README.rst
|
||||
home-page = http://github.com/openstack-dev/hacking
|
||||
classifier =
|
||||
Development Status :: 4 - Beta
|
||||
Environment :: Console
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: Information Technology
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: OS Independent
|
||||
Programming Language :: Python
|
||||
Development Status :: 4 - Beta
|
||||
Environment :: Console
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: Information Technology
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: OS Independent
|
||||
Programming Language :: Python
|
||||
|
||||
[files]
|
||||
packages =
|
||||
hacking
|
||||
hacking
|
||||
|
||||
[global]
|
||||
setup-hooks =
|
||||
pbr.hooks.setup_hook
|
||||
pbr.hooks.setup_hook
|
||||
|
||||
[entry_points]
|
||||
flake8.extension =
|
||||
H000 = hacking.core:ProxyChecks
|
||||
H101 = hacking.core:hacking_todo_format
|
||||
H201 = hacking.core:hacking_except_format
|
||||
H202 = hacking.core:hacking_except_format_assert
|
||||
H301 = hacking.core:hacking_import_rules
|
||||
H306 = hacking.core:hacking_import_alphabetical
|
||||
H401 = hacking.core:hacking_docstring_start_space
|
||||
H402 = hacking.core:hacking_docstring_one_line
|
||||
H403 = hacking.core:hacking_docstring_multiline_end
|
||||
H404 = hacking.core:hacking_docstring_multiline_start
|
||||
H601 = hacking.core:hacking_no_cr
|
||||
H700 = hacking.core:hacking_localization_strings
|
||||
H000 = hacking.core:ProxyChecks
|
||||
H101 = hacking.core:hacking_todo_format
|
||||
H201 = hacking.core:hacking_except_format
|
||||
H202 = hacking.core:hacking_except_format_assert
|
||||
H301 = hacking.core:hacking_import_rules
|
||||
H306 = hacking.core:hacking_import_alphabetical
|
||||
H401 = hacking.core:hacking_docstring_start_space
|
||||
H402 = hacking.core:hacking_docstring_one_line
|
||||
H403 = hacking.core:hacking_docstring_multiline_end
|
||||
H404 = hacking.core:hacking_docstring_multiline_start
|
||||
H601 = hacking.core:hacking_no_cr
|
||||
H700 = hacking.core:hacking_localization_strings
|
||||
H801 = hacking.core:OnceGitCheckCommitTitleBug
|
||||
H802 = hacking.core:OnceGitCheckCommitTitleLength
|
||||
H901 = hacking.core:hacking_is_not
|
||||
H902 = hacking.core:hacking_not_in
|
||||
H901 = hacking.core:hacking_is_not
|
||||
H902 = hacking.core:hacking_not_in
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
|
Loading…
Reference in New Issue
Block a user