Skip to content

Commit

Permalink
Increase maximum line length.
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Nov 8, 2024
1 parent 5532bb2 commit 45c9fd7
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 @@ -90,6 +90,9 @@ fixable = ["I001", "B010"]
isort.known-first-party = ["scicat-filewriter-ingest"]
pydocstyle.convention = "numpy"

[tool.ruff.lint.pycodestyle]
max-line-length = 108 # Clear and descriptive variable names are more valuable than short lines

[tool.ruff.lint.per-file-ignores]
# those files have an increased risk of relying on import order
"__init__.py" = ["I"]
Expand Down

0 comments on commit 45c9fd7

Please sign in to comment.