diff mbox series

[libgpiod,1/2] bindings: python: add missing newline to pyproject.toml

Message ID 20250424-pyproject-toml-pep-639-v1-1-8150d3d807b1@linaro.org
State New
Headers show
Series [libgpiod,1/2] bindings: python: add missing newline to pyproject.toml | expand

Commit Message

Bartosz Golaszewski April 24, 2025, 1:06 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

There's a newline missing at the end of pyproject.toml. Add it.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 bindings/python/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml
index dbc0c7d..8f025a7 100644
--- a/bindings/python/pyproject.toml
+++ b/bindings/python/pyproject.toml
@@ -79,4 +79,4 @@  ignore=[
 [tool.ruff.lint.per-file-ignores]
 "gpiod/__init__.py" = ["F403", "F405"]  # ignore warnings about star imports
 "tests/__main__.py" = ["F403"]
-"tests/**.py" = ["F841"]  # ignore warnings about unused variables
\ No newline at end of file
+"tests/**.py" = ["F841"]  # ignore warnings about unused variables