Skip to content

Commit b11b433

Browse files
committed
2 parents 4513dc3 + 30f940e commit b11b433

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test = [
4242
"pytest-cov",
4343
"pytest-mypy",
4444
"pytest-enabler >= 2.2",
45-
"pytest-ruff >= 0.2.1",
45+
"pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",
4646

4747
# local
4848
"pygments",

ruff.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[lint]
22
extend-select = [
33
"C901",
4+
"PERF401",
45
"W",
56
]
67
ignore = [
@@ -25,7 +26,5 @@ ignore = [
2526
]
2627

2728
[format]
28-
# Enable preview, required for quote-style = "preserve"
29-
preview = true
30-
# https://docs.astral.sh/ruff/settings/#format-quote-style
29+
# https://docs.astral.sh/ruff/settings/#format_quote-style
3130
quote-style = "preserve"

0 commit comments

Comments
 (0)