From c07f555e64722dbea5a4f8968ccbb3abadb2c137 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Tue, 13 May 2025 19:13:35 -0500 Subject: [PATCH] pyproject.toml: Set tool.black.line-length --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdc3cc4..dd0056e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ extend_exclude = ".tox,docs,src/ni/pythonpanel/v1" [tool.black] extend-exclude = '\.tox/|docs/|src/ni/pythonpanel/v1/' +line-length = 100 [tool.mypy] files = "examples/,src/nipanel/,tests/" @@ -76,4 +77,4 @@ skips = [ [tool.pytest.ini_options] addopts = "--doctest-modules --strict-markers" -testpaths = ["src/nipanel", "tests"] \ No newline at end of file +testpaths = ["src/nipanel", "tests"]