Skip to content

Commit

Permalink
lint.line-length commented
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaGomoryova committed Jul 11, 2024
1 parent 00c5348 commit 721e397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ lint.per-file-ignores = {}

# Allow unused variables when underscore-prefixed.
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
lint.line-length = 120
#lint.line-length = 120

[tool.ruff.lint.isort]
known-first-party = ["rcx_tk"]
Expand Down

0 comments on commit 721e397

Please sign in to comment.