From 8b682f09022c88a7dfe7f850e6a8d554636ea685 Mon Sep 17 00:00:00 2001 From: Abdul-Muqadim-Arbisoft Date: Sun, 7 Sep 2025 19:50:54 +0500 Subject: [PATCH] fix: add one line where file ends according to pep8 principle missed one line empty priciple at end of file, add that in this commit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8eb8782..374a994 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,4 +80,4 @@ select = ["E", "I", "N"] # W292: missing-newline-at-end-of-file extend-select = ["F401", "F841", "W292"] -[tool.ruff.format] \ No newline at end of file +[tool.ruff.format]