Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
shner-elmo committed Jun 19, 2024
1 parent a701f8d commit 7eb5f91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ build-backend = "poetry.core.masonry.api"
target-version = "py39"
line-length = 100

# BUG: it seems like these rules arent being enforced by ruff
[tool.ruff.pycodestyle]
max-line-length = 100
[tool.ruff.lint.pycodestyle]
max-doc-length = 88
#max-line-length = 100

[tool.ruff.format]
quote-style = "single"
Expand Down

0 comments on commit 7eb5f91

Please sign in to comment.