Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 19, 2024
2 parents 519e40c + 30f940e commit 88a143c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test = [
"pytest-cov",
"pytest-mypy",
"pytest-enabler >= 2.2",
"pytest-ruff >= 0.2.1",
"pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",

# local
"importlib_resources >= 1.1",
Expand Down
5 changes: 2 additions & 3 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[lint]
extend-select = [
"C901",
"PERF401",
"W",
]
ignore = [
Expand All @@ -22,7 +23,5 @@ ignore = [
]

[format]
# Enable preview, required for quote-style = "preserve"
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 88a143c

Please sign in to comment.