Skip to content

Commit

Permalink
Relax line length acceptability to match pySBOL3 for style checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Apr 11, 2024
1 parent d3ea012 commit 0676dce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[pycodestyle]
# SBOL code should ideally not exceed 79 characters per line.
# However, the style checker will not penalize small infractions.
# Therefore, any line up to 89 characters is acceptable.
max-line-length = 89
# SBOL code should fit on a 120 character wide display. Yes, it's an
# arbitrary limit. It takes into account modern displays, while not
# allowing developers to wildly exceed reasonable limits. Not everyone
# can afford a monstrous wall-sized display.
max-line-length = 119

0 comments on commit 0676dce

Please sign in to comment.