Skip to content

Commit

Permalink
tweak ruff format settings
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber committed Jan 7, 2024
1 parent f9704f2 commit fabc4b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ disable = [
"file-ignored",
"fixme",
"invalid-name",
"line-too-long",
"locally-disabled",
"raw-checker-failed",
"suppressed-message",
Expand All @@ -125,3 +126,6 @@ line-length = 88
line-ending = "lf"
preview = true
quote-style = "preserve"

[tool.ruff.lint.pydocstyle]
convention = "google"

0 comments on commit fabc4b7

Please sign in to comment.