From 107bbd0e9fedb55aa35c7a56b55589322b4e7e3d Mon Sep 17 00:00:00 2001 From: Auto-format Bot Date: Fri, 6 Dec 2024 00:16:57 +0000 Subject: [PATCH] Automatically reformatting code --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa06318c..2383919b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,11 +78,11 @@ no_sort_tables = true spaces_indent_inline_array = 4 trailing_comma_inline_array = true -[build-system] -build-backend = "poetry.core.masonry.api" -requires = ["poetry-core>=1.2.0"] - [tool.pytest.ini_options] markers = [ "skip_for_edge_endpoint", ] + +[build-system] +build-backend = "poetry.core.masonry.api" +requires = ["poetry-core>=1.2.0"]