From 31a02de0dd0d0dc73368e32f141c39772c208ed4 Mon Sep 17 00:00:00 2001 From: wangqi Date: Sat, 24 Feb 2018 11:32:53 +0800 Subject: [PATCH] Replace curly quotes with straight quotes Change-Id: Id0321f85a40bbb95fb54829688316a28e7fb9da8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5f05dd9b..5d651725 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ ignore = E123,E125 # [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 builtins = _