Skip to content

Commit

Permalink
Fix "FA100", # Missing from __future__ import annotations, but uses…
Browse files Browse the repository at this point in the history
… `typing.Optional` (red-hat-data-services#1441)

Signed-off-by: Jiri Daněk <jdanek@redhat.com>
  • Loading branch information
jiridanek authored and adolfo-ab committed May 21, 2024
1 parent f9e6a82 commit a679396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,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`
Expand Down

0 comments on commit a679396

Please sign in to comment.