nova/nova/db/sqlalchemy
Monty Taylor e7cc5efd20 Keep pre-commit inline with hacking and fix whitespace
The flake8 hook for pre-commit installs its own flake8 which is
not what hacking is pinned to. This results in a bunch of errors.
By doing a local hook we can cause these to be the same.

There are flake8 exclusions in tox.ini that need to be used
in pre-commit. Also we should exclude svg files from the whitespace
modifications, because who cares.

Once those are fixed, running pre-commit -a fixes some whitespace
issues. While the normal use isn't to run -a - if someone does make
a patch that touches any of these they'll get erroneous unrelated
errors compared to their lower work - so fix all of the existing
issues, which are mostly space-at-end-of-line issues it seems.

Change-Id: I78e753492e99c03b30a0a691db3bd75ee3d289c9
2019-12-12 14:56:39 +00:00
..
api_migrations Add reserved schema migrations for Ussuri 2019-10-03 08:47:36 -07:00
migrate_repo Keep pre-commit inline with hacking and fix whitespace 2019-12-12 14:56:39 +00:00
__init__.py Remove SQLite BigInteger/Integer translation logic 2015-12-07 12:49:22 -05:00
api.py Remove 'nova-console' service, 'console' RPC API 2019-11-22 16:09:38 +00:00
api_models.py Drop delete_build_requests_with_no_instance_uuid online migration 2019-04-08 17:48:14 -04:00
migration.py Delete the placement code 2019-04-28 20:06:15 +00:00
models.py Remove 'nova-console' service, 'console' RPC API 2019-11-22 16:09:38 +00:00
types.py Use is_valid_cidr and is_valid_ipv6_cidr from oslo_utils 2017-01-31 11:45:00 +00:00
utils.py Remove translation of log messages 2017-07-18 09:03:39 +00:00