Skip to content

Commit

Permalink
Merge pull request #95 from SciCatProject/lint
Browse files Browse the repository at this point in the history
Increase maximum line length.
  • Loading branch information
YooSunYoung authored Nov 8, 2024
2 parents 5532bb2 + 45c9fd7 commit b06d32c
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 b06d32c

Please sign in to comment.