From 2f5c3d1221e85ee506f7f2e50b0cf07ceb666b45 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 12 Sep 2024 12:48:18 +0200 Subject: [PATCH] Remove unused exception --- pyproject.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 643299a47..d4e957c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -251,13 +251,6 @@ replace = "date-released: {utcnow:%Y-%m-%d}" [tool.typos] default.extend-ignore-identifiers-re = [ - # error: `PASE` should be `PASS`, `PACE`, `PARSE` - # --> ./click_extra/platforms.py:416:8 - # | - # 416 | - `PASE` - # | ^^^^ - # | - "PASE", # error: `Uper` should be `Super`, `Upper` # --> ./click_extra/tests/test_parameters.py:132:19 # |