]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Make pep8 checks a bit stricter.
authorJohn Griffith <john.griffith@solidfire.com>
Sun, 25 Nov 2012 03:17:32 +0000 (20:17 -0700)
committerJohn Griffith <john.griffith@solidfire.com>
Mon, 26 Nov 2012 23:57:15 +0000 (16:57 -0700)
commit51418bdd5b44496694998b8123c0b62e9166d547
treec5f016c6267ae5e77d980d2bf6a19928acb67294
parent0fb98971a7d7836335906197a1bf7c7d448b8dab
Make pep8 checks a bit stricter.

Along with moving to pep8 1.3.3, we also want to standardize
on what we ignore. This patch get's us most of the way there
by setting the ignore list to:
N4,E125, E126, E711,E712.

Almost all changes made here are white-space/indentation changes.

The removal of Hacking N4 errors from the ignore list will
be handled in a seperate patch.

Change-Id: If45f156600485d23769449018590f60b4f69b0c5
127 files changed:
bin/cinder-manage
cinder/api/common.py
cinder/api/contrib/extended_snapshot_attributes.py
cinder/api/contrib/quota_classes.py
cinder/api/contrib/quotas.py
cinder/api/contrib/types_extra_specs.py
cinder/api/contrib/types_manage.py
cinder/api/contrib/volume_actions.py
cinder/api/middleware/auth.py
cinder/api/middleware/fault.py
cinder/api/openstack/__init__.py
cinder/api/openstack/volume/contrib/hosts.py
cinder/api/openstack/wsgi.py
cinder/api/urlmap.py
cinder/api/v1/router.py
cinder/api/v1/snapshots.py
cinder/api/v1/types.py
cinder/api/v1/volumes.py
cinder/api/v2/router.py
cinder/api/v2/snapshots.py
cinder/api/v2/types.py
cinder/api/v2/volumes.py
cinder/api/views/types.py
cinder/api/views/versions.py
cinder/common/deprecated.py
cinder/context.py
cinder/db/api.py
cinder/db/sqlalchemy/api.py
cinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.py
cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py
cinder/db/sqlalchemy/models.py
cinder/db/sqlalchemy/session.py
cinder/flags.py
cinder/image/glance.py
cinder/manager.py
cinder/policy.py
cinder/quota.py
cinder/scheduler/chance.py
cinder/scheduler/driver.py
cinder/scheduler/manager.py
cinder/scheduler/rpcapi.py
cinder/scheduler/simple.py
cinder/service.py
cinder/test.py
cinder/testing/runner.py
cinder/tests/api/contrib/test_extended_snapshot_attributes.py
cinder/tests/api/contrib/test_volume_actions.py
cinder/tests/api/contrib/test_volume_tenant_attribute.py
cinder/tests/api/extensions/foxinsocks.py
cinder/tests/api/middleware/test_faults.py
cinder/tests/api/openstack/fakes.py
cinder/tests/api/openstack/test_wsgi.py
cinder/tests/api/openstack/volume/contrib/test_hosts.py
cinder/tests/api/test_extensions.py
cinder/tests/api/test_xmlutil.py
cinder/tests/api/v1/test_limits.py
cinder/tests/api/v1/test_snapshots.py
cinder/tests/api/v1/test_volumes.py
cinder/tests/api/v2/test_limits.py
cinder/tests/api/v2/test_volumes.py
cinder/tests/db/fakes.py
cinder/tests/image/fake.py
cinder/tests/image/test_glance.py
cinder/tests/integrated/api/client.py
cinder/tests/monkey_patch_example/__init__.py
cinder/tests/scheduler/test_rpcapi.py
cinder/tests/scheduler/test_scheduler.py
cinder/tests/test_HpSanISCSIDriver.py
cinder/tests/test_api.py
cinder/tests/test_cinder_rootwrap.py
cinder/tests/test_context.py
cinder/tests/test_flags.py
cinder/tests/test_iscsi.py
cinder/tests/test_migrations.py
cinder/tests/test_netapp.py
cinder/tests/test_netapp_nfs.py
cinder/tests/test_nexenta.py
cinder/tests/test_nfs.py
cinder/tests/test_policy.py
cinder/tests/test_quota.py
cinder/tests/test_rbd.py
cinder/tests/test_service.py
cinder/tests/test_storwize_svc.py
cinder/tests/test_test_utils.py
cinder/tests/test_utils.py
cinder/tests/test_versions.py
cinder/tests/test_volume.py
cinder/tests/test_volume_glance_metadata.py
cinder/tests/test_volume_rpcapi.py
cinder/tests/test_volume_types.py
cinder/tests/test_volume_types_extra_specs.py
cinder/tests/test_volume_utils.py
cinder/tests/test_windows.py
cinder/tests/test_xenapi_sm.py
cinder/tests/test_xiv.py
cinder/tests/test_zadara.py
cinder/tests/windows/basetestcase.py
cinder/tests/windows/db_fakes.py
cinder/tests/windows/mockproxy.py
cinder/tests/windows/windowsutils.py
cinder/utils.py
cinder/volume/api.py
cinder/volume/driver.py
cinder/volume/drivers/netapp.py
cinder/volume/drivers/netapp_nfs.py
cinder/volume/drivers/nexenta/jsonrpc.py
cinder/volume/drivers/nexenta/volume.py
cinder/volume/drivers/nfs.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/san/san.py
cinder/volume/drivers/san/solaris.py
cinder/volume/drivers/solidfire.py
cinder/volume/drivers/storwize_svc.py
cinder/volume/drivers/windows.py
cinder/volume/drivers/xenapi/lib.py
cinder/volume/drivers/xiv.py
cinder/volume/drivers/zadara.py
cinder/volume/iscsi.py
cinder/volume/manager.py
cinder/volume/rpcapi.py
cinder/volume/utils.py
cinder/wsgi.py
run_tests.sh
setup.py
tools/hacking.py
tools/install_venv.py
tox.ini