Skip to content

Commit 033f5a7

Browse files
committed
fix: add FCN001 as external linter error
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
1 parent 5cee8ca commit 033f5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ output-format = "grouped"
66
extend-exclude = ["utilities/manifests"]
77

88
[tool.ruff.lint]
9-
external = ["E501"]
9+
external = ["E501", "FCN001"]
1010

1111
[tool.ruff.format]
1212
exclude = [".git", ".venv", ".mypy_cache", ".tox", "__pycache__", "utilities/manifests"]

0 commit comments

Comments
 (0)