From bdd678d24666745d43087110c1fe519451d31989 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 13 Oct 2023 07:49:17 -0400 Subject: [PATCH] Add a newline at the end of pyproject.toml Make it a proper POSIX text file. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9ec359..5c9fbee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,4 +67,4 @@ line-length = 90 [tool.black] line-length = 90 -target-version = ['py37'] \ No newline at end of file +target-version = ['py37']