Skip to content

Commit

Permalink
pyproject: make ruff line-length 120 to be conistent with osbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Jun 6, 2024
1 parent 9841662 commit a21adbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ dev = [
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[tool.ruff]
line-length = 120

0 comments on commit a21adbb

Please sign in to comment.