From 66b0db45c215c1668788c8ef58fa17beede103ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Fri, 29 Mar 2024 11:13:41 +0100 Subject: [PATCH] Fix "FA100", # Missing `from __future__ import annotations`, but uses `typing.Optional` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jiri Daněk --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a436c3a33..810f8568a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,6 @@ ignore = [ "B006", # Do not use mutable data structures for argument defaults "COM812", # Trailing comma missing "F841", # Local variable `response` is assigned to but never used - "FA100", # Missing `from __future__ import annotations`, but uses `typing.Optional` "INP001", # File `ods_ci/tests/Resources/Page/ODH/JupyterHub/jupyter-helper.py` is part of an implicit namespace package. Add an `__init__.py`. "N806", # Variable `outputText` in function should be lowercase "N813", # Camelcase `ElementTree` imported as lowercase `et`