Skip to content

Commit

Permalink
add max-line-length for pylint (duplicate of .flake8) to help editors…
Browse files Browse the repository at this point in the history
… find it
  • Loading branch information
ikluft committed May 14, 2024
1 parent 6876004 commit c5c4e03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ requires-python = ">=3.9"
Home = "https://github.com/ikluft/LongitudeTZ"
Source = "https://github.com/ikluft/LongitudeTZ/tree/main/src/python"
Bug_Tracker = "https://github.com/ikluft/LongitudeTZ/labels/Python"

[tool.pylint]
max-line-length = 120

0 comments on commit c5c4e03

Please sign in to comment.