Blob Blame History Raw
From 1f69cb0b3393b3599d8c9931f18896d6a68b0516 Mon Sep 17 00:00:00 2001
From: Adam Williamson <awilliam@redhat.com>
Date: Fri, 14 Jul 2023 11:01:38 -0700
Subject: [PATCH 2/2] pyflakes plugin: remove message that was removed upstream

https://github.com/PyCQA/pyflakes/commit/98d4fa3 removes this
message from pyflakes, so we have to remove it here. This is
not yet in a released version of pyflakes.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
---
 src/flake8/plugins/pyflakes.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/flake8/plugins/pyflakes.py b/src/flake8/plugins/pyflakes.py
index f165c95..f62527e 100644
--- a/src/flake8/plugins/pyflakes.py
+++ b/src/flake8/plugins/pyflakes.py
@@ -48,7 +48,6 @@ FLAKE8_PYFLAKES_CODES = {
     "IfTuple": "F634",
     "BreakOutsideLoop": "F701",
     "ContinueOutsideLoop": "F702",
-    "ContinueInFinally": "F703",
     "YieldOutsideFunction": "F704",
     "ReturnOutsideFunction": "F706",
     "DefaultExceptNotLast": "F707",
-- 
2.41.0