Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up formatting errors #18449

Open
DanSheps opened this issue Jan 21, 2025 · 0 comments · May be fixed by #18452
Open

Clean up formatting errors #18449

DanSheps opened this issue Jan 21, 2025 · 0 comments · May be fixed by #18452
Assignees
Labels
complexity: low Requires minimal effort to implement severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user

Comments

@DanSheps
Copy link
Member

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/

@DanSheps DanSheps added type: housekeeping Changes to the application which do not directly impact the end user status: accepted This issue has been accepted for implementation severity: low Does not significantly disrupt application functionality, or a workaround is available complexity: low Requires minimal effort to implement labels Jan 21, 2025
@DanSheps DanSheps self-assigned this Jan 21, 2025
@DanSheps DanSheps linked a pull request Jan 21, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: low Requires minimal effort to implement severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant