From 11bf82447438a9d5d9df9d613bf245694d6120dc Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Mon, 11 Apr 2022 22:21:20 +0200 Subject: update flake8 noqa skips with proper syntax Change-Id: I42ed77f559e3ee5b8c600d98457ee37803ef0ea6 --- lib/sqlalchemy/sql/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql/base.py') diff --git a/lib/sqlalchemy/sql/base.py b/lib/sqlalchemy/sql/base.py index f766a5ac5..7fb9c2602 100644 --- a/lib/sqlalchemy/sql/base.py +++ b/lib/sqlalchemy/sql/base.py @@ -1172,7 +1172,7 @@ class Executable(roles.StatementRole, Generative): :ref:`orm_queryguide_execution_options` - documentation on all ORM-specific execution options - """ # noqa E501 + """ # noqa: E501 if "isolation_level" in kw: raise exc.ArgumentError( "'isolation_level' execution option may only be specified " -- cgit v1.2.1