Skip to content

Commit

Permalink
Merge pull request #15 from chisholm/line-length-style-setting
Browse files Browse the repository at this point in the history
Add a max-line-length setting for ruff checking, to allow longer lines.
  • Loading branch information
rpiazza authored Feb 5, 2024
2 parents 6cb8974 + be84a16 commit 6db8e8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions incident-ef7/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ dev = ["pytest", "tox"]

[tool.pytest.ini_options]
addopts = "--import-mode=importlib"

[tool.ruff.lint]
extend-select = ["E501"]

[tool.ruff.lint.pycodestyle]
max-line-length = 160

0 comments on commit 6db8e8e

Please sign in to comment.