Skip to content

Commit d8ad2ca

Browse files
committed
chore(lint): configure pylint max line length to 120 characters
- Added pylint format configuration section - Set max-line-length option to 120 characters - Updated pyproject.toml with new linting rules
1 parent 73f6837 commit d8ad2ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ include-package-data = true
6363
[tool.setuptools.dynamic]
6464
version = { attr = "flowllm.__version__" }
6565

66+
[tool.pylint.format]
67+
max-line-length = 120
68+
6669
[build-system]
6770
requires = ["setuptools>=45", "wheel"]
6871
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)