[PR #2206] [MERGED] Switch to pycodestyle #12330

Closed
opened 2025-12-29 22:20:54 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2206
Author: @abeutot
Created: 6/27/2018
Status: Merged
Merged: 7/2/2018
Merged by: @jeremystretch

Base: developHead: switch_to_pycodestyle


📝 Commits (2)

  • 4e09b32 Fix pycodestyle errors
  • fa5493a Update CI to use pycostyle instead of pep8

📊 Changes

13 files changed (+31 additions, -28 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 netbox/dcim/forms.py (+1 -1)
📝 netbox/dcim/models.py (+4 -4)
📝 netbox/extras/api/views.py (+1 -1)
📝 netbox/extras/migrations/0008_reports.py (+1 -1)
📝 netbox/extras/rpc.py (+7 -7)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/secrets/forms.py (+1 -1)
📝 netbox/secrets/models.py (+1 -1)
📝 netbox/utilities/forms.py (+5 -5)
📝 netbox/utilities/managers.py (+3 -3)
📝 netbox/utilities/validators.py (+1 -1)
📝 scripts/cibuild.sh (+4 -1)

📄 Description

Fixes: #2124


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/2206 **Author:** [@abeutot](https://github.com/abeutot) **Created:** 6/27/2018 **Status:** ✅ Merged **Merged:** 7/2/2018 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `switch_to_pycodestyle` --- ### 📝 Commits (2) - [`4e09b32`](https://github.com/netbox-community/netbox/commit/4e09b32dd96ab26181dc0a32bef1654154504873) Fix pycodestyle errors - [`fa5493a`](https://github.com/netbox-community/netbox/commit/fa5493a5d8d27ada3c52cb7db6c0890029dabcb0) Update CI to use pycostyle instead of pep8 ### 📊 Changes **13 files changed** (+31 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `netbox/dcim/forms.py` (+1 -1) 📝 `netbox/dcim/models.py` (+4 -4) 📝 `netbox/extras/api/views.py` (+1 -1) 📝 `netbox/extras/migrations/0008_reports.py` (+1 -1) 📝 `netbox/extras/rpc.py` (+7 -7) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/secrets/forms.py` (+1 -1) 📝 `netbox/secrets/models.py` (+1 -1) 📝 `netbox/utilities/forms.py` (+5 -5) 📝 `netbox/utilities/managers.py` (+3 -3) 📝 `netbox/utilities/validators.py` (+1 -1) 📝 `scripts/cibuild.sh` (+4 -1) </details> ### 📄 Description ### Fixes: #2124 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:20:54 +01:00
adam closed this issue 2025-12-29 22:20:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12330