Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	ruff.toml
  • Loading branch information
jaraco committed Jul 19, 2024
2 parents fbba8de + 30f940e commit b168189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exclude = [
[lint]
extend-select = [
"C901",
"PERF401",
"W",

# local
Expand Down Expand Up @@ -51,5 +52,5 @@ ignore = [
[format]
# Enable preview to get hugged parenthesis unwrapping
preview = true
# https://docs.astral.sh/ruff/settings/#format-quote-style
# https://docs.astral.sh/ruff/settings/#format_quote-style
quote-style = "preserve"

0 comments on commit b168189

Please sign in to comment.