Skip to content

Commit

Permalink
Merge pull request #57 from DataChefHQ/fix/line-length
Browse files Browse the repository at this point in the history
fix: match ruff line length with black's one
  • Loading branch information
wtfzambo authored Oct 14, 2024
2 parents d6dac2b + 8557107 commit 54b398b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ version_files = [
]

[tool.ruff]
line-length = 120
line-length = 88 # match Black default line length
target-version = "py311"

[tool.ruff.lint]
Expand Down

0 comments on commit 54b398b

Please sign in to comment.