We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36428fd commit f3443c0Copy full SHA for f3443c0
pyproject.toml
@@ -64,6 +64,8 @@ skip = ".*/version.py"
64
65
[tool.ruff]
66
line-length = 120
67
+
68
+[tool.ruff.lint]
69
per-file-ignores = {"argcomplete/__init__.py" = ["F401"]}
70
71
[tool.ruff.format]
0 commit comments