Skip to content

Commit

Permalink
set line lengths back
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Apr 23, 2024
1 parent 0b73855 commit b7c05ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ replace = "[{new_version}] {now:%Y-%m-%d}"
# ============================================================================

[tool.black]
line-length = 179
line-length = 120

[tool.ruff]
line-length = 179
line-length = 120
indent-width = 4
target-version = "py39"

Expand All @@ -141,7 +141,7 @@ known-first-party = ["compas", "compas"]
convention = "numpy"

[tool.ruff.lint.pycodestyle]
max-doc-length = 179
max-doc-length = 120

[tool.ruff.format]
docstring-code-format = true
Expand Down

0 comments on commit b7c05ac

Please sign in to comment.