summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-02-21 21:11:57 +0000
committerGerrit Code Review <review@openstack.org>2022-02-21 21:11:57 +0000
commita58cd13eaa63bd068cb30f9d445f93b5ff6d1ab4 (patch)
tree0ab213a8299e02ac7d16e5c642f8326b4e1462cc
parent5194a5b0aa515f6a196fafab29e4bd4be19a8451 (diff)
parentacc05b45a7e10fa6a9e4e4000f45f3d50c4eab5c (diff)
downloadironic-a58cd13eaa63bd068cb30f9d445f93b5ff6d1ab4.tar.gz
Merge "Ensure tox.ini is ASCII" into stable/victoria
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4601cee7f..be846fd20 100644
--- a/tox.ini
+++ b/tox.ini
@@ -120,7 +120,7 @@ max-complexity=18
# [H203] Use assertIs(Not)None to check for None.
# [H204] Use assert(Not)Equal to check for equality.
# [H205] Use assert(Greater|Less)(Equal) for comparison.
-# [H210] Require ‘autospec’, ‘spec’, or ‘spec_set’ in mock.patch/mock.patch.object calls
+# [H210] Require 'autospec', 'spec', or 'spec_set' in mock.patch/mock.patch.object calls
# [H904] Delay string interpolations at logging calls.
enable-extensions=H106,H203,H204,H205,H210,H904
# TODO(rpittau) remove the ignores below when we're ready to apply H210 to