Skip to content

Commit

Permalink
project metadata: specify maximum line length for flake8/pycodestyle
Browse files Browse the repository at this point in the history
After throwing a bit of eyeballing on the existing code base, 120 characters seems to be a common enough and sensible choice of maximum line length

Signed-off-by: Marcus Müller <[email protected]>
  • Loading branch information
marcusmueller authored and Teque5 committed Nov 21, 2023
1 parent 046a439 commit 55950f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ commands =
deps =
pytest-cov
commands = py.test --cov-report term-missing --cov=sigmf tests

[flake8]
max-line-length = 120
[pycodestyle]
max-line-length = 120

0 comments on commit 55950f4

Please sign in to comment.