From b6066c6bef13748ca7cf30bb904755ea036188f4 Mon Sep 17 00:00:00 2001 From: Zanie Date: Fri, 27 Oct 2023 12:41:17 -0500 Subject: [PATCH] Fix missing newline --- python/ruff-ecosystem/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ruff-ecosystem/pyproject.toml b/python/ruff-ecosystem/pyproject.toml index 23d7a51c3c..8bff7a1706 100644 --- a/python/ruff-ecosystem/pyproject.toml +++ b/python/ruff-ecosystem/pyproject.toml @@ -12,4 +12,4 @@ ruff-ecosystem = "ruff_ecosystem.cli:entrypoint" [tool.ruff] extend-select = ["I"] -preview = true \ No newline at end of file +preview = true