designate/designate/hacking
Kiall Mac Innes bb0be47fe3 Add a couple of new hacking checks
* D705: timeutils.utcnow() must be used instead of datetime.%s()
* D706: Don't translate debug level logs
* D707: basestring is not Python3-compatible, use six.string_types instead.
* D708: Do not use xrange. Use range, or six.moves.range for large loops.
* D709: LOG.audit is deprecated, please use LOG.info!

Change-Id: I5c20102907dfd5534691641a8de102b22c94ed9a
2015-06-29 12:03:21 +01:00
..
__init__.py Adding custom flake8 check for mutable default arguments 2014-06-01 18:55:20 +01:00
checks.py Add a couple of new hacking checks 2015-06-29 12:03:21 +01:00