Skip to content

Commit 7a4e929

Browse files
authored
pyproject.toml: Set tool.black.line-length (#25)
1 parent 9bca4fc commit 7a4e929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ extend_exclude = ".tox,docs,src/ni/pythonpanel/v1"
5656

5757
[tool.black]
5858
extend-exclude = '\.tox/|docs/|src/ni/pythonpanel/v1/'
59+
line-length = 100
5960

6061
[tool.mypy]
6162
files = "examples/,src/nipanel/,tests/"
@@ -76,4 +77,4 @@ skips = [
7677

7778
[tool.pytest.ini_options]
7879
addopts = "--doctest-modules --strict-markers"
79-
testpaths = ["src/nipanel", "tests"]
80+
testpaths = ["src/nipanel", "tests"]

0 commit comments

Comments
 (0)