From 98fc705c9a09a18af1812adb62a805f51c4f5c68 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 10:47:02 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- codespell_lib/_codespell.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py index 8b65bdded2f..662d503d501 100644 --- a/codespell_lib/_codespell.py +++ b/codespell_lib/_codespell.py @@ -38,9 +38,7 @@ ) # Pass all misspellings through this translation table to catch # alternative misspellings. -alt_chars = ( - ("'", "’"), -) +alt_chars = (("'", "’"),) _alt_char_trans_tables = (str.maketrans(x, y) for x, y in alt_chars) encodings = ("utf-8", "iso-8859-1") USAGE = """