From 6b5de83b843eccd4b1b9317490a560a164b5b138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=BCnnemeyer?= <506283-horstage@users.noreply.gitlab.com> Date: Fri, 16 Feb 2024 09:34:32 +0100 Subject: [PATCH] Ignore short multiline entry --- .../packages/small_fake_with_build_deps/pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/test_data/packages/small_fake_with_build_deps/pyproject.toml b/tests/test_data/packages/small_fake_with_build_deps/pyproject.toml index 1f934560..bd1b0477 100644 --- a/tests/test_data/packages/small_fake_with_build_deps/pyproject.toml +++ b/tests/test_data/packages/small_fake_with_build_deps/pyproject.toml @@ -1,4 +1,8 @@ [build-system] -requires = ["setuptools==68.1.2", "wheel==0.41.1", "fake_static_build_dep"] +requires = [ # prettier-ignore + "setuptools==68.1.2", + "wheel==0.41.1", + "fake_static_build_dep", +] build-backend = "backend" backend-path = ["backend"]