Skip to content

Commit

Permalink
Updated ruff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
svpino committed Mar 26, 2024
1 parent 33cbf6c commit fcbb443
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
[tool.black]
line-length = 88
[tool.ruff]
line-length = 88
indent-width = 4
target-version = "py310"
extend-include = ["*.ipynb"]

[tool.ruff.format]
quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"

0 comments on commit fcbb443

Please sign in to comment.