Skip to content

Commit

Permalink
Added ruff config file
Browse files Browse the repository at this point in the history
Co-authored-by: abhiramtilakiiit <abhiramtilakiiit@users.noreply.github.com>
  • Loading branch information
bhavberi and abhiramtilakiiit committed Jun 7, 2024
1 parent 92df36e commit ad8dadc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[tool.ruff]
line-length = 79
indent-width = 4

[tool.ruff.lint]
# line too long, unsorted imports, unused imports
extend-select = ["E501", "I"]

[tool.ruff.format]
quote-style = "double"
indent-style = "space"
docstring-code-format = true

0 comments on commit ad8dadc

Please # to comment.