Skip to content

Commit

Permalink
be explicit about formatting options
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Sep 27, 2024
1 parent e1bc290 commit 3934401
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
target-version = "py310"

line-length = 99

[format]
# Make things format the same way as black
quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"

[lint]
select = ["F", "E", "W", "PLE", "PLW", "PLC"]

0 comments on commit 3934401

Please sign in to comment.