Skip to content

Commit 1a0ad68

Browse files
committed
2 parents 948b99d + 30f940e commit 1a0ad68

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test = [
4646
"pytest-cov",
4747
"pytest-mypy",
4848
"pytest-enabler >= 2.2",
49-
"pytest-ruff >= 0.2.1",
49+
"pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",
5050

5151
# local
5252
'importlib_resources; python_version < "3.12"',

ruff.toml

Lines changed: 2 additions & 3 deletions
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 = [
@@ -22,7 +23,5 @@ ignore = [
2223
]
2324

2425
[format]
25-
# Enable preview, required for quote-style = "preserve"
26-
preview = true
27-
# https://docs.astral.sh/ruff/settings/#format-quote-style
26+
# https://docs.astral.sh/ruff/settings/#format_quote-style
2827
quote-style = "preserve"

0 commit comments

Comments
 (0)