Skip to content

Commit

Permalink
chore: fix ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Dec 5, 2024
1 parent d3394e3 commit 7479e51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"
docstring-code-format = false
docstring-code-line-length = "dynamic"
line-ending = "auto"

0 comments on commit 7479e51

Please sign in to comment.