Skip to content

Commit 6cd1a95

Browse files
committed
Merge branch 'main' of https://github.com/pypa/setuptools into move-static-checkers-only-dependencies-into-their-own-extras
2 parents 98fff7b + c117671 commit 6cd1a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ check = [
110110
# local
111111

112112
# workaround for businho/pytest-ruff#28
113-
'pytest-ruff < 0.4; platform_system == "Windows"',
113+
"ruff >= 0.5.2; sys_platform != 'cygwin'",
114114
]
115115

116116
cover = [

0 commit comments

Comments
 (0)