Skip to content

Commit

Permalink
Update ruff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jan 4, 2025
1 parent 36428fd commit f3443c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ skip = ".*/version.py"

[tool.ruff]
line-length = 120

[tool.ruff.lint]
per-file-ignores = {"argcomplete/__init__.py" = ["F401"]}

[tool.ruff.format]
Expand Down

0 comments on commit f3443c0

Please sign in to comment.