Skip to content

Commit

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

[tool.black]
# we should set this to 179
line-length = 120

[tool.ruff]
# we should set this to 179
line-length = 120
indent-width = 4
target-version = "py39"

[tool.ruff.lint]
# we should add "I"
select = ["E", "F"]
# we should remove this
ignore = ["E501"]

[tool.ruff.lint.per-file-ignores]
Expand All @@ -147,6 +151,7 @@ known-first-party = [
convention = "numpy"

[tool.ruff.lint.pycodestyle]
# we should set this to 179
max-doc-length = 120

[tool.ruff.format]
Expand Down

0 comments on commit c12b440

Please sign in to comment.