We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cee8ca commit 033f5a7Copy full SHA for 033f5a7
pyproject.toml
@@ -6,7 +6,7 @@ output-format = "grouped"
6
extend-exclude = ["utilities/manifests"]
7
8
[tool.ruff.lint]
9
-external = ["E501"]
+external = ["E501", "FCN001"]
10
11
[tool.ruff.format]
12
exclude = [".git", ".venv", ".mypy_cache", ".tox", "__pycache__", "utilities/manifests"]
0 commit comments