Skip to content

Commit 8dc3835

Browse files
committed
Removing ruff from pypi 3.11 build check and adding back to build.yml
1 parent 5541128 commit 8dc3835

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ description = "Run tests on PyPy 3.11"
208208
base_python = ["pypy3.11"]
209209
dependency_groups = ["test", "tools"] # omit "lint"
210210
commands = [
211-
["ruff", "check", "tests", "src"],
212211
["coverage", "run", "-m", "pytest", { replace = "posargs", extend = true }],
213212
["coverage", "report"],
214213
]

0 commit comments

Comments
 (0)