Skip to content

Commit f3443c0

Browse files
committed
Update ruff settings
1 parent 36428fd commit f3443c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ skip = ".*/version.py"
6464

6565
[tool.ruff]
6666
line-length = 120
67+
68+
[tool.ruff.lint]
6769
per-file-ignores = {"argcomplete/__init__.py" = ["F401"]}
6870

6971
[tool.ruff.format]

0 commit comments

Comments
 (0)