Ruff should enforce maximum line length (120 chars) #18022
Labels
netbox
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Proposed Changes
Configure Ruff to enforce a maximum line length of 120 characters for Python files. This includes:
urls.py
)line-length = 120
toruff.toml
ignore
Justification
NetBox adopted a maximum line length of 120 characters years ago, however it has never been enforced. This will improve linter coverage.
The text was updated successfully, but these errors were encountered: