Skip to content

Commit d60e342

Browse files
committed
Comply with linters
1 parent adc56fa commit d60e342

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ classifiers = [
2525
python = "^3.10"
2626
nodestream = "^0.13.0"
2727

28+
[tool.ruff]
29+
# Allow lines to be as long as 120.
30+
line-length = 120
31+
2832
[tool.poetry.plugins."nodestream.plugins"]
2933
projects = "nodestream_plugin_meta.plugin"
3034

0 commit comments

Comments
 (0)