Clean up formatting errors #10681

Closed
opened 2025-12-29 21:34:40 +01:00 by adam · 0 comments
Owner

Originally created by @DanSheps on GitHub (Jan 21, 2025).

Originally assigned to: @DanSheps on GitHub.

Proposed Changes

netbox\dcim\base_filtersets.py:56:8: E121 continuation line under-indented for hanging indent
netbox\dcim\filtersets.py:1655:17: E126 continuation line over-indented for hanging indent
netbox\extras\tests\test_customfields.py:663:31: E203 whitespace before ','
netbox\ipam\models\vlans.py:364:13: E131 continuation line unaligned for hanging indent
netbox\ipam\models\vlans.py:372:13: E131 continuation line unaligned for hanging indent

Justification

These errors were caught by pycodestyle:

pycodestyle --ignore=W504,E501 --exclude=node_modules netbox/

Originally created by @DanSheps on GitHub (Jan 21, 2025). Originally assigned to: @DanSheps on GitHub. ### Proposed Changes ``` netbox\dcim\base_filtersets.py:56:8: E121 continuation line under-indented for hanging indent netbox\dcim\filtersets.py:1655:17: E126 continuation line over-indented for hanging indent netbox\extras\tests\test_customfields.py:663:31: E203 whitespace before ',' netbox\ipam\models\vlans.py:364:13: E131 continuation line unaligned for hanging indent netbox\ipam\models\vlans.py:372:13: E131 continuation line unaligned for hanging indent ``` ### Justification These errors were caught by pycodestyle: pycodestyle --ignore=W504,E501 --exclude=node_modules netbox/
adam added the status: acceptedtype: housekeepingcomplexity: lowseverity: low labels 2025-12-29 21:34:40 +01:00
adam closed this issue 2025-12-29 21:34:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10681