Skip to content

Commit

Permalink
updates ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
birkin committed Nov 23, 2024
1 parent 020cf50 commit 3b69b87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## settings ##
line-length = 100
line-length = 125
indent-width = 4
target-version = "py38"

Expand All @@ -16,4 +16,7 @@ avoid-escape = true
case-sensitive = true

[lint.pycodestyle]
max-line-length = 100
max-line-length = 125

[lint.pydocstyle]
convention = "google"

0 comments on commit 3b69b87

Please sign in to comment.