From 8f83bfe7679c56843452cbd255adfd4f6d582c89 Mon Sep 17 00:00:00 2001 From: Almad Date: Wed, 24 Feb 2021 14:38:18 +0100 Subject: [PATCH] Replace typography quotes (#1040) fixes #1039 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cf654a6b..a2175f03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ addopts = --tb=native --doctest-modules exclude = .git,.idea,__pycache__,build,dist,.pytest_cache,*.egg-info # -# E241 - multiple spaces after ‘,’ +# E241 - multiple spaces after ',' # E501 - line too long # W503 - line break before binary operator ignore = E241,E501,W503